Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.69 KB

SeatDetails.md

File metadata and controls

108 lines (59 loc) · 2.69 KB

SeatDetails

Properties

Name Type Description Notes
SeatName Pointer to string [optional]
Email Pointer to string [optional]
Phone Pointer to string [optional]

Methods

NewSeatDetails

func NewSeatDetails() *SeatDetails

NewSeatDetails instantiates a new SeatDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewSeatDetailsWithDefaults

func NewSeatDetailsWithDefaults() *SeatDetails

NewSeatDetailsWithDefaults instantiates a new SeatDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetSeatName

func (o *SeatDetails) GetSeatName() string

GetSeatName returns the SeatName field if non-nil, zero value otherwise.

GetSeatNameOk

func (o *SeatDetails) GetSeatNameOk() (*string, bool)

GetSeatNameOk returns a tuple with the SeatName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSeatName

func (o *SeatDetails) SetSeatName(v string)

SetSeatName sets SeatName field to given value.

HasSeatName

func (o *SeatDetails) HasSeatName() bool

HasSeatName returns a boolean if a field has been set.

GetEmail

func (o *SeatDetails) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *SeatDetails) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEmail

func (o *SeatDetails) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *SeatDetails) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetPhone

func (o *SeatDetails) GetPhone() string

GetPhone returns the Phone field if non-nil, zero value otherwise.

GetPhoneOk

func (o *SeatDetails) GetPhoneOk() (*string, bool)

GetPhoneOk returns a tuple with the Phone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPhone

func (o *SeatDetails) SetPhone(v string)

SetPhone sets Phone field to given value.

HasPhone

func (o *SeatDetails) HasPhone() bool

HasPhone returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]