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] |
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
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
func (o *MpkiApiV1SeatPostRequestAllOf) GetSeatId() string
GetSeatId returns the SeatId field if non-nil, zero value otherwise.
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.
func (o *MpkiApiV1SeatPostRequestAllOf) SetSeatId(v string)
SetSeatId sets SeatId field to given value.
func (o *MpkiApiV1SeatPostRequestAllOf) HasSeatId() bool
HasSeatId returns a boolean if a field has been set.
func (o *MpkiApiV1SeatPostRequestAllOf) GetSeatType() map[string]interface{}
GetSeatType returns the SeatType field if non-nil, zero value otherwise.
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.
func (o *MpkiApiV1SeatPostRequestAllOf) SetSeatType(v map[string]interface{})
SetSeatType sets SeatType field to given value.
func (o *MpkiApiV1SeatPostRequestAllOf) HasSeatType() bool
HasSeatType returns a boolean if a field has been set.
func (o *MpkiApiV1SeatPostRequestAllOf) GetBusinessUnitId() string
GetBusinessUnitId returns the BusinessUnitId field if non-nil, zero value otherwise.
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.
func (o *MpkiApiV1SeatPostRequestAllOf) SetBusinessUnitId(v string)
SetBusinessUnitId sets BusinessUnitId field to given value.
func (o *MpkiApiV1SeatPostRequestAllOf) HasBusinessUnitId() bool
HasBusinessUnitId returns a boolean if a field has been set.