Name | Type | Description | Notes |
---|---|---|---|
CertificateIds | Pointer to []int32 | [optional] | |
Reason | Pointer to int32 | [optional] | |
Comment | Pointer to string | [optional] | |
EffectiveDate | Pointer to time.Time | [optional] | |
CollectionId | Pointer to int32 | [optional] |
func NewModelsRevokeCertificateRequest() *ModelsRevokeCertificateRequest
NewModelsRevokeCertificateRequest instantiates a new ModelsRevokeCertificateRequest 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 NewModelsRevokeCertificateRequestWithDefaults() *ModelsRevokeCertificateRequest
NewModelsRevokeCertificateRequestWithDefaults instantiates a new ModelsRevokeCertificateRequest 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 *ModelsRevokeCertificateRequest) GetCertificateIds() []int32
GetCertificateIds returns the CertificateIds field if non-nil, zero value otherwise.
func (o *ModelsRevokeCertificateRequest) 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 *ModelsRevokeCertificateRequest) SetCertificateIds(v []int32)
SetCertificateIds sets CertificateIds field to given value.
func (o *ModelsRevokeCertificateRequest) HasCertificateIds() bool
HasCertificateIds returns a boolean if a field has been set.
func (o *ModelsRevokeCertificateRequest) GetReason() int32
GetReason returns the Reason field if non-nil, zero value otherwise.
func (o *ModelsRevokeCertificateRequest) GetReasonOk() (*int32, 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 *ModelsRevokeCertificateRequest) SetReason(v int32)
SetReason sets Reason field to given value.
func (o *ModelsRevokeCertificateRequest) HasReason() bool
HasReason returns a boolean if a field has been set.
func (o *ModelsRevokeCertificateRequest) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *ModelsRevokeCertificateRequest) 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 *ModelsRevokeCertificateRequest) SetComment(v string)
SetComment sets Comment field to given value.
func (o *ModelsRevokeCertificateRequest) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *ModelsRevokeCertificateRequest) GetEffectiveDate() time.Time
GetEffectiveDate returns the EffectiveDate field if non-nil, zero value otherwise.
func (o *ModelsRevokeCertificateRequest) 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 *ModelsRevokeCertificateRequest) SetEffectiveDate(v time.Time)
SetEffectiveDate sets EffectiveDate field to given value.
func (o *ModelsRevokeCertificateRequest) HasEffectiveDate() bool
HasEffectiveDate returns a boolean if a field has been set.
func (o *ModelsRevokeCertificateRequest) GetCollectionId() int32
GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.
func (o *ModelsRevokeCertificateRequest) 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 *ModelsRevokeCertificateRequest) SetCollectionId(v int32)
SetCollectionId sets CollectionId field to given value.
func (o *ModelsRevokeCertificateRequest) HasCollectionId() bool
HasCollectionId returns a boolean if a field has been set.