| Name | Type | Description | Notes |
|---|---|---|---|
| CertificateIds | Pointer to []int32 | [optional] | |
| Reason | Pointer to KeyfactorPKIEnumsRevokeCode | [optional] | |
| Comment | Pointer to NullableString | [optional] | |
| EffectiveDate | Pointer to time.Time | [optional] | |
| CollectionId | Pointer to NullableInt32 | [optional] | |
| PublishCRL | Pointer to bool | [optional] |
func NewCertificatesRevokeCertificateRequest() *CertificatesRevokeCertificateRequest
NewCertificatesRevokeCertificateRequest instantiates a new CertificatesRevokeCertificateRequest 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 NewCertificatesRevokeCertificateRequestWithDefaults() *CertificatesRevokeCertificateRequest
NewCertificatesRevokeCertificateRequestWithDefaults instantiates a new CertificatesRevokeCertificateRequest 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 *CertificatesRevokeCertificateRequest) GetCertificateIds() []int32
GetCertificateIds returns the CertificateIds field if non-nil, zero value otherwise.
func (o *CertificatesRevokeCertificateRequest) GetCertificateIdsOk() (*[]int32, bool)
GetCertificateIdsOk returns a tuple with the CertificateIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesRevokeCertificateRequest) SetCertificateIds(v []int32)
SetCertificateIds sets CertificateIds field to given value.
func (o *CertificatesRevokeCertificateRequest) HasCertificateIds() bool
HasCertificateIds returns a boolean if a field has been set.
func (o *CertificatesRevokeCertificateRequest) SetCertificateIdsNil(b bool)
SetCertificateIdsNil sets the value for CertificateIds to be an explicit nil
func (o *CertificatesRevokeCertificateRequest) UnsetCertificateIds()
UnsetCertificateIds ensures that no value is present for CertificateIds, not even an explicit nil
func (o *CertificatesRevokeCertificateRequest) GetReason() KeyfactorPKIEnumsRevokeCode
GetReason returns the Reason field if non-nil, zero value otherwise.
func (o *CertificatesRevokeCertificateRequest) GetReasonOk() (*KeyfactorPKIEnumsRevokeCode, 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 *CertificatesRevokeCertificateRequest) SetReason(v KeyfactorPKIEnumsRevokeCode)
SetReason sets Reason field to given value.
func (o *CertificatesRevokeCertificateRequest) HasReason() bool
HasReason returns a boolean if a field has been set.
func (o *CertificatesRevokeCertificateRequest) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *CertificatesRevokeCertificateRequest) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesRevokeCertificateRequest) SetComment(v string)
SetComment sets Comment field to given value.
func (o *CertificatesRevokeCertificateRequest) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *CertificatesRevokeCertificateRequest) SetCommentNil(b bool)
SetCommentNil sets the value for Comment to be an explicit nil
func (o *CertificatesRevokeCertificateRequest) UnsetComment()
UnsetComment ensures that no value is present for Comment, not even an explicit nil
func (o *CertificatesRevokeCertificateRequest) GetEffectiveDate() time.Time
GetEffectiveDate returns the EffectiveDate field if non-nil, zero value otherwise.
func (o *CertificatesRevokeCertificateRequest) GetEffectiveDateOk() (*time.Time, bool)
GetEffectiveDateOk returns a tuple with the EffectiveDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesRevokeCertificateRequest) SetEffectiveDate(v time.Time)
SetEffectiveDate sets EffectiveDate field to given value.
func (o *CertificatesRevokeCertificateRequest) HasEffectiveDate() bool
HasEffectiveDate returns a boolean if a field has been set.
func (o *CertificatesRevokeCertificateRequest) GetCollectionId() int32
GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.
func (o *CertificatesRevokeCertificateRequest) GetCollectionIdOk() (*int32, bool)
GetCollectionIdOk returns a tuple with the CollectionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesRevokeCertificateRequest) SetCollectionId(v int32)
SetCollectionId sets CollectionId field to given value.
func (o *CertificatesRevokeCertificateRequest) HasCollectionId() bool
HasCollectionId returns a boolean if a field has been set.
func (o *CertificatesRevokeCertificateRequest) SetCollectionIdNil(b bool)
SetCollectionIdNil sets the value for CollectionId to be an explicit nil
func (o *CertificatesRevokeCertificateRequest) UnsetCollectionId()
UnsetCollectionId ensures that no value is present for CollectionId, not even an explicit nil
func (o *CertificatesRevokeCertificateRequest) GetPublishCRL() bool
GetPublishCRL returns the PublishCRL field if non-nil, zero value otherwise.
func (o *CertificatesRevokeCertificateRequest) GetPublishCRLOk() (*bool, bool)
GetPublishCRLOk returns a tuple with the PublishCRL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesRevokeCertificateRequest) SetPublishCRL(v bool)
SetPublishCRL sets PublishCRL field to given value.
func (o *CertificatesRevokeCertificateRequest) HasPublishCRL() bool
HasPublishCRL returns a boolean if a field has been set.