Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.52 KB

MpkiApiV1CertificateImportPost200ResponseInnerSeat.md

File metadata and controls

108 lines (59 loc) · 3.52 KB

MpkiApiV1CertificateImportPost200ResponseInnerSeat

Properties

Name Type Description Notes
SeatId Pointer to string [optional]
Type Pointer to string [optional]
Email Pointer to string [optional]

Methods

NewMpkiApiV1CertificateImportPost200ResponseInnerSeat

func NewMpkiApiV1CertificateImportPost200ResponseInnerSeat() *MpkiApiV1CertificateImportPost200ResponseInnerSeat

NewMpkiApiV1CertificateImportPost200ResponseInnerSeat instantiates a new MpkiApiV1CertificateImportPost200ResponseInnerSeat 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

NewMpkiApiV1CertificateImportPost200ResponseInnerSeatWithDefaults

func NewMpkiApiV1CertificateImportPost200ResponseInnerSeatWithDefaults() *MpkiApiV1CertificateImportPost200ResponseInnerSeat

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

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

GetSeatIdOk

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

SetSeatId sets SeatId field to given value.

HasSeatId

func (o *MpkiApiV1CertificateImportPost200ResponseInnerSeat) HasSeatId() bool

HasSeatId returns a boolean if a field has been set.

GetType

func (o *MpkiApiV1CertificateImportPost200ResponseInnerSeat) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *MpkiApiV1CertificateImportPost200ResponseInnerSeat) GetTypeOk() (*string, bool)

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

SetType

func (o *MpkiApiV1CertificateImportPost200ResponseInnerSeat) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *MpkiApiV1CertificateImportPost200ResponseInnerSeat) HasType() bool

HasType returns a boolean if a field has been set.

GetEmail

func (o *MpkiApiV1CertificateImportPost200ResponseInnerSeat) GetEmail() string

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

GetEmailOk

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

SetEmail sets Email field to given value.

HasEmail

func (o *MpkiApiV1CertificateImportPost200ResponseInnerSeat) HasEmail() bool

HasEmail returns a boolean if a field has been set.

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