Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.38 KB

MpkiApiV1SeatPostRequestAllOf.md

File metadata and controls

108 lines (59 loc) · 3.38 KB

MpkiApiV1SeatPostRequestAllOf

Properties

Name Type Description Notes
SeatId Pointer to string Primary seat identifier [optional]
SeatType Pointer to map[string]interface{} Seat type identifier [optional]
BusinessUnitId Pointer to string Entity ID in UUID format [optional]

Methods

NewMpkiApiV1SeatPostRequestAllOf

func NewMpkiApiV1SeatPostRequestAllOf() *MpkiApiV1SeatPostRequestAllOf

NewMpkiApiV1SeatPostRequestAllOf instantiates a new MpkiApiV1SeatPostRequestAllOf 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

NewMpkiApiV1SeatPostRequestAllOfWithDefaults

func NewMpkiApiV1SeatPostRequestAllOfWithDefaults() *MpkiApiV1SeatPostRequestAllOf

NewMpkiApiV1SeatPostRequestAllOfWithDefaults instantiates a new MpkiApiV1SeatPostRequestAllOf 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 *MpkiApiV1SeatPostRequestAllOf) GetSeatId() string

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

GetSeatIdOk

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

SetSeatId sets SeatId field to given value.

HasSeatId

func (o *MpkiApiV1SeatPostRequestAllOf) HasSeatId() bool

HasSeatId returns a boolean if a field has been set.

GetSeatType

func (o *MpkiApiV1SeatPostRequestAllOf) GetSeatType() map[string]interface{}

GetSeatType returns the SeatType field if non-nil, zero value otherwise.

GetSeatTypeOk

func (o *MpkiApiV1SeatPostRequestAllOf) GetSeatTypeOk() (*map[string]interface{}, bool)

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

SetSeatType

func (o *MpkiApiV1SeatPostRequestAllOf) SetSeatType(v map[string]interface{})

SetSeatType sets SeatType field to given value.

HasSeatType

func (o *MpkiApiV1SeatPostRequestAllOf) HasSeatType() bool

HasSeatType returns a boolean if a field has been set.

GetBusinessUnitId

func (o *MpkiApiV1SeatPostRequestAllOf) GetBusinessUnitId() string

GetBusinessUnitId returns the BusinessUnitId field if non-nil, zero value otherwise.

GetBusinessUnitIdOk

func (o *MpkiApiV1SeatPostRequestAllOf) GetBusinessUnitIdOk() (*string, bool)

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

SetBusinessUnitId

func (o *MpkiApiV1SeatPostRequestAllOf) SetBusinessUnitId(v string)

SetBusinessUnitId sets BusinessUnitId field to given value.

HasBusinessUnitId

func (o *MpkiApiV1SeatPostRequestAllOf) HasBusinessUnitId() bool

HasBusinessUnitId returns a boolean if a field has been set.

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