Name | Type | Description | Notes |
---|---|---|---|
CertificateId | Pointer to int32 | [optional] | |
Thumbprint | Pointer to string | [optional] | |
CertificateAuthority | Pointer to string | [optional] | |
Template | Pointer to string | [optional] | |
Timestamp | Pointer to time.Time | [optional] |
func NewModelsEnrollmentRenewalRequest() *ModelsEnrollmentRenewalRequest
NewModelsEnrollmentRenewalRequest instantiates a new ModelsEnrollmentRenewalRequest 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 NewModelsEnrollmentRenewalRequestWithDefaults() *ModelsEnrollmentRenewalRequest
NewModelsEnrollmentRenewalRequestWithDefaults instantiates a new ModelsEnrollmentRenewalRequest 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 *ModelsEnrollmentRenewalRequest) GetCertificateId() int32
GetCertificateId returns the CertificateId field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentRenewalRequest) GetCertificateIdOk() (*int32, bool)
GetCertificateIdOk returns a tuple with the CertificateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentRenewalRequest) SetCertificateId(v int32)
SetCertificateId sets CertificateId field to given value.
func (o *ModelsEnrollmentRenewalRequest) HasCertificateId() bool
HasCertificateId returns a boolean if a field has been set.
func (o *ModelsEnrollmentRenewalRequest) GetThumbprint() string
GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentRenewalRequest) GetThumbprintOk() (*string, bool)
GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentRenewalRequest) SetThumbprint(v string)
SetThumbprint sets Thumbprint field to given value.
func (o *ModelsEnrollmentRenewalRequest) HasThumbprint() bool
HasThumbprint returns a boolean if a field has been set.
func (o *ModelsEnrollmentRenewalRequest) GetCertificateAuthority() string
GetCertificateAuthority returns the CertificateAuthority field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentRenewalRequest) GetCertificateAuthorityOk() (*string, bool)
GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentRenewalRequest) SetCertificateAuthority(v string)
SetCertificateAuthority sets CertificateAuthority field to given value.
func (o *ModelsEnrollmentRenewalRequest) HasCertificateAuthority() bool
HasCertificateAuthority returns a boolean if a field has been set.
func (o *ModelsEnrollmentRenewalRequest) GetTemplate() string
GetTemplate returns the Template field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentRenewalRequest) GetTemplateOk() (*string, bool)
GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentRenewalRequest) SetTemplate(v string)
SetTemplate sets Template field to given value.
func (o *ModelsEnrollmentRenewalRequest) HasTemplate() bool
HasTemplate returns a boolean if a field has been set.
func (o *ModelsEnrollmentRenewalRequest) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentRenewalRequest) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentRenewalRequest) SetTimestamp(v time.Time)
SetTimestamp sets Timestamp field to given value.
func (o *ModelsEnrollmentRenewalRequest) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.