Name | Type | Description | Notes |
---|---|---|---|
RevokedIds | Pointer to []int32 | [optional] | |
SuspendedCerts | Pointer to []ModelsRevocationSuspendedRevocationResponse | [optional] |
func NewModelsRevocationRevocationResponse() *ModelsRevocationRevocationResponse
NewModelsRevocationRevocationResponse instantiates a new ModelsRevocationRevocationResponse 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 NewModelsRevocationRevocationResponseWithDefaults() *ModelsRevocationRevocationResponse
NewModelsRevocationRevocationResponseWithDefaults instantiates a new ModelsRevocationRevocationResponse 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 *ModelsRevocationRevocationResponse) GetRevokedIds() []int32
GetRevokedIds returns the RevokedIds field if non-nil, zero value otherwise.
func (o *ModelsRevocationRevocationResponse) GetRevokedIdsOk() (*[]int32, bool)
GetRevokedIdsOk returns a tuple with the RevokedIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsRevocationRevocationResponse) SetRevokedIds(v []int32)
SetRevokedIds sets RevokedIds field to given value.
func (o *ModelsRevocationRevocationResponse) HasRevokedIds() bool
HasRevokedIds returns a boolean if a field has been set.
func (o *ModelsRevocationRevocationResponse) GetSuspendedCerts() []ModelsRevocationSuspendedRevocationResponse
GetSuspendedCerts returns the SuspendedCerts field if non-nil, zero value otherwise.
func (o *ModelsRevocationRevocationResponse) GetSuspendedCertsOk() (*[]ModelsRevocationSuspendedRevocationResponse, bool)
GetSuspendedCertsOk returns a tuple with the SuspendedCerts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsRevocationRevocationResponse) SetSuspendedCerts(v []ModelsRevocationSuspendedRevocationResponse)
SetSuspendedCerts sets SuspendedCerts field to given value.
func (o *ModelsRevocationRevocationResponse) HasSuspendedCerts() bool
HasSuspendedCerts returns a boolean if a field has been set.