Name | Type | Description | Notes |
---|---|---|---|
Cert | Pointer to string | [optional] | |
CertDisplayId | Pointer to string | [optional] | |
ItemId | Pointer to string | [optional] | |
ParentCert | Pointer to string | [optional] | |
PrivateKey | Pointer to string | [optional] | |
ReadingToken | Pointer to string | [optional] |
func NewRenewCertificateOutput() *RenewCertificateOutput
NewRenewCertificateOutput instantiates a new RenewCertificateOutput 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 NewRenewCertificateOutputWithDefaults() *RenewCertificateOutput
NewRenewCertificateOutputWithDefaults instantiates a new RenewCertificateOutput 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 *RenewCertificateOutput) GetCert() string
GetCert returns the Cert field if non-nil, zero value otherwise.
func (o *RenewCertificateOutput) GetCertOk() (*string, bool)
GetCertOk returns a tuple with the Cert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RenewCertificateOutput) SetCert(v string)
SetCert sets Cert field to given value.
func (o *RenewCertificateOutput) HasCert() bool
HasCert returns a boolean if a field has been set.
func (o *RenewCertificateOutput) GetCertDisplayId() string
GetCertDisplayId returns the CertDisplayId field if non-nil, zero value otherwise.
func (o *RenewCertificateOutput) GetCertDisplayIdOk() (*string, bool)
GetCertDisplayIdOk returns a tuple with the CertDisplayId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RenewCertificateOutput) SetCertDisplayId(v string)
SetCertDisplayId sets CertDisplayId field to given value.
func (o *RenewCertificateOutput) HasCertDisplayId() bool
HasCertDisplayId returns a boolean if a field has been set.
func (o *RenewCertificateOutput) GetItemId() string
GetItemId returns the ItemId field if non-nil, zero value otherwise.
func (o *RenewCertificateOutput) GetItemIdOk() (*string, bool)
GetItemIdOk returns a tuple with the ItemId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RenewCertificateOutput) SetItemId(v string)
SetItemId sets ItemId field to given value.
func (o *RenewCertificateOutput) HasItemId() bool
HasItemId returns a boolean if a field has been set.
func (o *RenewCertificateOutput) GetParentCert() string
GetParentCert returns the ParentCert field if non-nil, zero value otherwise.
func (o *RenewCertificateOutput) GetParentCertOk() (*string, bool)
GetParentCertOk returns a tuple with the ParentCert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RenewCertificateOutput) SetParentCert(v string)
SetParentCert sets ParentCert field to given value.
func (o *RenewCertificateOutput) HasParentCert() bool
HasParentCert returns a boolean if a field has been set.
func (o *RenewCertificateOutput) GetPrivateKey() string
GetPrivateKey returns the PrivateKey field if non-nil, zero value otherwise.
func (o *RenewCertificateOutput) GetPrivateKeyOk() (*string, bool)
GetPrivateKeyOk returns a tuple with the PrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RenewCertificateOutput) SetPrivateKey(v string)
SetPrivateKey sets PrivateKey field to given value.
func (o *RenewCertificateOutput) HasPrivateKey() bool
HasPrivateKey returns a boolean if a field has been set.
func (o *RenewCertificateOutput) GetReadingToken() string
GetReadingToken returns the ReadingToken field if non-nil, zero value otherwise.
func (o *RenewCertificateOutput) GetReadingTokenOk() (*string, bool)
GetReadingTokenOk returns a tuple with the ReadingToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RenewCertificateOutput) SetReadingToken(v string)
SetReadingToken sets ReadingToken field to given value.
func (o *RenewCertificateOutput) HasReadingToken() bool
HasReadingToken returns a boolean if a field has been set.