Name | Type | Description | Notes |
---|---|---|---|
RevocationReason | Pointer to string | [optional] |
func NewMpkiApiV1CertificateSerialNumberRevokeDeleteRequest() *MpkiApiV1CertificateSerialNumberRevokeDeleteRequest
NewMpkiApiV1CertificateSerialNumberRevokeDeleteRequest instantiates a new MpkiApiV1CertificateSerialNumberRevokeDeleteRequest 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 NewMpkiApiV1CertificateSerialNumberRevokeDeleteRequestWithDefaults() *MpkiApiV1CertificateSerialNumberRevokeDeleteRequest
NewMpkiApiV1CertificateSerialNumberRevokeDeleteRequestWithDefaults instantiates a new MpkiApiV1CertificateSerialNumberRevokeDeleteRequest 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 *MpkiApiV1CertificateSerialNumberRevokeDeleteRequest) GetRevocationReason() string
GetRevocationReason returns the RevocationReason field if non-nil, zero value otherwise.
func (o *MpkiApiV1CertificateSerialNumberRevokeDeleteRequest) GetRevocationReasonOk() (*string, bool)
GetRevocationReasonOk returns a tuple with the RevocationReason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MpkiApiV1CertificateSerialNumberRevokeDeleteRequest) SetRevocationReason(v string)
SetRevocationReason sets RevocationReason field to given value.
func (o *MpkiApiV1CertificateSerialNumberRevokeDeleteRequest) HasRevocationReason() bool
HasRevocationReason returns a boolean if a field has been set.