Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.91 KB

ModelsRevocationRevocationResponse.md

File metadata and controls

82 lines (45 loc) · 2.91 KB

ModelsRevocationRevocationResponse

Properties

Name Type Description Notes
RevokedIds Pointer to []int32 [optional]
SuspendedCerts Pointer to []ModelsRevocationSuspendedRevocationResponse [optional]

Methods

NewModelsRevocationRevocationResponse

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

NewModelsRevocationRevocationResponseWithDefaults

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

GetRevokedIds

func (o *ModelsRevocationRevocationResponse) GetRevokedIds() []int32

GetRevokedIds returns the RevokedIds field if non-nil, zero value otherwise.

GetRevokedIdsOk

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.

SetRevokedIds

func (o *ModelsRevocationRevocationResponse) SetRevokedIds(v []int32)

SetRevokedIds sets RevokedIds field to given value.

HasRevokedIds

func (o *ModelsRevocationRevocationResponse) HasRevokedIds() bool

HasRevokedIds returns a boolean if a field has been set.

GetSuspendedCerts

func (o *ModelsRevocationRevocationResponse) GetSuspendedCerts() []ModelsRevocationSuspendedRevocationResponse

GetSuspendedCerts returns the SuspendedCerts field if non-nil, zero value otherwise.

GetSuspendedCertsOk

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.

SetSuspendedCerts

func (o *ModelsRevocationRevocationResponse) SetSuspendedCerts(v []ModelsRevocationSuspendedRevocationResponse)

SetSuspendedCerts sets SuspendedCerts field to given value.

HasSuspendedCerts

func (o *ModelsRevocationRevocationResponse) HasSuspendedCerts() bool

HasSuspendedCerts returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]