Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.96 KB

MpkiApiV1SeatSeatIdDelete200ResponseAllOf.md

File metadata and controls

56 lines (31 loc) · 1.96 KB

MpkiApiV1SeatSeatIdDelete200ResponseAllOf

Properties

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

Methods

NewMpkiApiV1SeatSeatIdDelete200ResponseAllOf

func NewMpkiApiV1SeatSeatIdDelete200ResponseAllOf() *MpkiApiV1SeatSeatIdDelete200ResponseAllOf

NewMpkiApiV1SeatSeatIdDelete200ResponseAllOf instantiates a new MpkiApiV1SeatSeatIdDelete200ResponseAllOf 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

NewMpkiApiV1SeatSeatIdDelete200ResponseAllOfWithDefaults

func NewMpkiApiV1SeatSeatIdDelete200ResponseAllOfWithDefaults() *MpkiApiV1SeatSeatIdDelete200ResponseAllOf

NewMpkiApiV1SeatSeatIdDelete200ResponseAllOfWithDefaults instantiates a new MpkiApiV1SeatSeatIdDelete200ResponseAllOf 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

GetSeatId

func (o *MpkiApiV1SeatSeatIdDelete200ResponseAllOf) GetSeatId() string

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

GetSeatIdOk

func (o *MpkiApiV1SeatSeatIdDelete200ResponseAllOf) 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 *MpkiApiV1SeatSeatIdDelete200ResponseAllOf) SetSeatId(v string)

SetSeatId sets SeatId field to given value.

HasSeatId

func (o *MpkiApiV1SeatSeatIdDelete200ResponseAllOf) HasSeatId() bool

HasSeatId returns a boolean if a field has been set.

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