Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.23 KB

MpkiApiV1EnrollmentPostRequestSeat.md

File metadata and controls

72 lines (39 loc) · 2.23 KB

MpkiApiV1EnrollmentPostRequestSeat

Properties

Name Type Description Notes
SeatId string
Email string

Methods

NewMpkiApiV1EnrollmentPostRequestSeat

func NewMpkiApiV1EnrollmentPostRequestSeat(seatId string, email string, ) *MpkiApiV1EnrollmentPostRequestSeat

NewMpkiApiV1EnrollmentPostRequestSeat instantiates a new MpkiApiV1EnrollmentPostRequestSeat 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

NewMpkiApiV1EnrollmentPostRequestSeatWithDefaults

func NewMpkiApiV1EnrollmentPostRequestSeatWithDefaults() *MpkiApiV1EnrollmentPostRequestSeat

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

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

GetSeatIdOk

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

SetSeatId sets SeatId field to given value.

GetEmail

func (o *MpkiApiV1EnrollmentPostRequestSeat) GetEmail() string

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

GetEmailOk

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

SetEmail sets Email field to given value.

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