Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.96 KB

MpkiApiV1SeatSeatIdDeleteRequestAllOf.md

File metadata and controls

82 lines (45 loc) · 2.96 KB

MpkiApiV1SeatSeatIdDeleteRequestAllOf

Properties

Name Type Description Notes
SeatType Pointer to MpkiApiV1SeatSeatIdDeleteRequestAllOfSeatType [optional]
BusinessUnitId Pointer to string Entity ID in UUID format [optional]

Methods

NewMpkiApiV1SeatSeatIdDeleteRequestAllOf

func NewMpkiApiV1SeatSeatIdDeleteRequestAllOf() *MpkiApiV1SeatSeatIdDeleteRequestAllOf

NewMpkiApiV1SeatSeatIdDeleteRequestAllOf instantiates a new MpkiApiV1SeatSeatIdDeleteRequestAllOf 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

NewMpkiApiV1SeatSeatIdDeleteRequestAllOfWithDefaults

func NewMpkiApiV1SeatSeatIdDeleteRequestAllOfWithDefaults() *MpkiApiV1SeatSeatIdDeleteRequestAllOf

NewMpkiApiV1SeatSeatIdDeleteRequestAllOfWithDefaults instantiates a new MpkiApiV1SeatSeatIdDeleteRequestAllOf 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

GetSeatType

func (o *MpkiApiV1SeatSeatIdDeleteRequestAllOf) GetSeatType() MpkiApiV1SeatSeatIdDeleteRequestAllOfSeatType

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

GetSeatTypeOk

func (o *MpkiApiV1SeatSeatIdDeleteRequestAllOf) GetSeatTypeOk() (*MpkiApiV1SeatSeatIdDeleteRequestAllOfSeatType, 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 *MpkiApiV1SeatSeatIdDeleteRequestAllOf) SetSeatType(v MpkiApiV1SeatSeatIdDeleteRequestAllOfSeatType)

SetSeatType sets SeatType field to given value.

HasSeatType

func (o *MpkiApiV1SeatSeatIdDeleteRequestAllOf) HasSeatType() bool

HasSeatType returns a boolean if a field has been set.

GetBusinessUnitId

func (o *MpkiApiV1SeatSeatIdDeleteRequestAllOf) GetBusinessUnitId() string

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

GetBusinessUnitIdOk

func (o *MpkiApiV1SeatSeatIdDeleteRequestAllOf) 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 *MpkiApiV1SeatSeatIdDeleteRequestAllOf) SetBusinessUnitId(v string)

SetBusinessUnitId sets BusinessUnitId field to given value.

HasBusinessUnitId

func (o *MpkiApiV1SeatSeatIdDeleteRequestAllOf) HasBusinessUnitId() bool

HasBusinessUnitId returns a boolean if a field has been set.

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