Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.96 KB

File metadata and controls

134 lines (73 loc) · 3.96 KB

MpkiApiV1SeatSeatIdDelete200Response

Properties

Name Type Description Notes
SeatName Pointer to string [optional]
Email Pointer to string [optional]
Phone Pointer to string [optional]
SeatId Pointer to string Primary seat identifier [optional]

Methods

NewMpkiApiV1SeatSeatIdDelete200Response

func NewMpkiApiV1SeatSeatIdDelete200Response() *MpkiApiV1SeatSeatIdDelete200Response

NewMpkiApiV1SeatSeatIdDelete200Response instantiates a new MpkiApiV1SeatSeatIdDelete200Response 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

NewMpkiApiV1SeatSeatIdDelete200ResponseWithDefaults

func NewMpkiApiV1SeatSeatIdDelete200ResponseWithDefaults() *MpkiApiV1SeatSeatIdDelete200Response

NewMpkiApiV1SeatSeatIdDelete200ResponseWithDefaults instantiates a new MpkiApiV1SeatSeatIdDelete200Response 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 *MpkiApiV1SeatSeatIdDelete200Response) GetSeatName() string

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

GetSeatNameOk

func (o *MpkiApiV1SeatSeatIdDelete200Response) 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 *MpkiApiV1SeatSeatIdDelete200Response) SetSeatName(v string)

SetSeatName sets SeatName field to given value.

HasSeatName

func (o *MpkiApiV1SeatSeatIdDelete200Response) HasSeatName() bool

HasSeatName returns a boolean if a field has been set.

GetEmail

func (o *MpkiApiV1SeatSeatIdDelete200Response) GetEmail() string

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

GetEmailOk

func (o *MpkiApiV1SeatSeatIdDelete200Response) 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 *MpkiApiV1SeatSeatIdDelete200Response) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *MpkiApiV1SeatSeatIdDelete200Response) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetPhone

func (o *MpkiApiV1SeatSeatIdDelete200Response) GetPhone() string

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

GetPhoneOk

func (o *MpkiApiV1SeatSeatIdDelete200Response) 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 *MpkiApiV1SeatSeatIdDelete200Response) SetPhone(v string)

SetPhone sets Phone field to given value.

HasPhone

func (o *MpkiApiV1SeatSeatIdDelete200Response) HasPhone() bool

HasPhone returns a boolean if a field has been set.

GetSeatId

func (o *MpkiApiV1SeatSeatIdDelete200Response) GetSeatId() string

GetSeatId returns the SeatId field if non-nil, zero value otherwise.

GetSeatIdOk

func (o *MpkiApiV1SeatSeatIdDelete200Response) GetSeatIdOk() (*string, bool)

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

SetSeatId

func (o *MpkiApiV1SeatSeatIdDelete200Response) SetSeatId(v string)

SetSeatId sets SeatId field to given value.

HasSeatId

func (o *MpkiApiV1SeatSeatIdDelete200Response) HasSeatId() bool

HasSeatId returns a boolean if a field has been set.

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