Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.13 KB

KmipRenewClientCertificateOutput.md

File metadata and controls

108 lines (59 loc) · 3.13 KB

KmipRenewClientCertificateOutput

Properties

Name Type Description Notes
Certificate Pointer to string [optional]
Id Pointer to string [optional]
Key Pointer to string [optional]

Methods

NewKmipRenewClientCertificateOutput

func NewKmipRenewClientCertificateOutput() *KmipRenewClientCertificateOutput

NewKmipRenewClientCertificateOutput instantiates a new KmipRenewClientCertificateOutput 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

NewKmipRenewClientCertificateOutputWithDefaults

func NewKmipRenewClientCertificateOutputWithDefaults() *KmipRenewClientCertificateOutput

NewKmipRenewClientCertificateOutputWithDefaults instantiates a new KmipRenewClientCertificateOutput 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

GetCertificate

func (o *KmipRenewClientCertificateOutput) GetCertificate() string

GetCertificate returns the Certificate field if non-nil, zero value otherwise.

GetCertificateOk

func (o *KmipRenewClientCertificateOutput) GetCertificateOk() (*string, bool)

GetCertificateOk returns a tuple with the Certificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCertificate

func (o *KmipRenewClientCertificateOutput) SetCertificate(v string)

SetCertificate sets Certificate field to given value.

HasCertificate

func (o *KmipRenewClientCertificateOutput) HasCertificate() bool

HasCertificate returns a boolean if a field has been set.

GetId

func (o *KmipRenewClientCertificateOutput) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *KmipRenewClientCertificateOutput) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *KmipRenewClientCertificateOutput) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *KmipRenewClientCertificateOutput) HasId() bool

HasId returns a boolean if a field has been set.

GetKey

func (o *KmipRenewClientCertificateOutput) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *KmipRenewClientCertificateOutput) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKey

func (o *KmipRenewClientCertificateOutput) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *KmipRenewClientCertificateOutput) HasKey() bool

HasKey returns a boolean if a field has been set.

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