Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.68 KB

MpkiApiV1CertificateImportPostRequestInnerRevocation.md

File metadata and controls

108 lines (59 loc) · 3.68 KB

MpkiApiV1CertificateImportPostRequestInnerRevocation

Properties

Name Type Description Notes
Revoked Pointer to bool [optional]
Reason Pointer to string [optional]
RevokeDate Pointer to string [optional]

Methods

NewMpkiApiV1CertificateImportPostRequestInnerRevocation

func NewMpkiApiV1CertificateImportPostRequestInnerRevocation() *MpkiApiV1CertificateImportPostRequestInnerRevocation

NewMpkiApiV1CertificateImportPostRequestInnerRevocation instantiates a new MpkiApiV1CertificateImportPostRequestInnerRevocation 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

NewMpkiApiV1CertificateImportPostRequestInnerRevocationWithDefaults

func NewMpkiApiV1CertificateImportPostRequestInnerRevocationWithDefaults() *MpkiApiV1CertificateImportPostRequestInnerRevocation

NewMpkiApiV1CertificateImportPostRequestInnerRevocationWithDefaults instantiates a new MpkiApiV1CertificateImportPostRequestInnerRevocation 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

GetRevoked

func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) GetRevoked() bool

GetRevoked returns the Revoked field if non-nil, zero value otherwise.

GetRevokedOk

func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) GetRevokedOk() (*bool, bool)

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

SetRevoked

func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) SetRevoked(v bool)

SetRevoked sets Revoked field to given value.

HasRevoked

func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) HasRevoked() bool

HasRevoked returns a boolean if a field has been set.

GetReason

func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) GetReason() string

GetReason returns the Reason field if non-nil, zero value otherwise.

GetReasonOk

func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) GetReasonOk() (*string, bool)

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

SetReason

func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) SetReason(v string)

SetReason sets Reason field to given value.

HasReason

func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) HasReason() bool

HasReason returns a boolean if a field has been set.

GetRevokeDate

func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) GetRevokeDate() string

GetRevokeDate returns the RevokeDate field if non-nil, zero value otherwise.

GetRevokeDateOk

func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) GetRevokeDateOk() (*string, bool)

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

SetRevokeDate

func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) SetRevokeDate(v string)

SetRevokeDate sets RevokeDate field to given value.

HasRevokeDate

func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) HasRevokeDate() bool

HasRevokeDate returns a boolean if a field has been set.

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