Name | Type | Description | Notes |
---|---|---|---|
Revoked | Pointer to bool | [optional] | |
Reason | Pointer to string | [optional] | |
RevokeDate | Pointer to string | [optional] |
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
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
func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) GetRevoked() bool
GetRevoked returns the Revoked field if non-nil, zero value otherwise.
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.
func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) SetRevoked(v bool)
SetRevoked sets Revoked field to given value.
func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) HasRevoked() bool
HasRevoked returns a boolean if a field has been set.
func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) GetReason() string
GetReason returns the Reason field if non-nil, zero value otherwise.
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.
func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) SetReason(v string)
SetReason sets Reason field to given value.
func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) HasReason() bool
HasReason returns a boolean if a field has been set.
func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) GetRevokeDate() string
GetRevokeDate returns the RevokeDate field if non-nil, zero value otherwise.
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.
func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) SetRevokeDate(v string)
SetRevokeDate sets RevokeDate field to given value.
func (o *MpkiApiV1CertificateImportPostRequestInnerRevocation) HasRevokeDate() bool
HasRevokeDate returns a boolean if a field has been set.