| Name | Type | Description | Notes |
|---|---|---|---|
| CertificateId | Pointer to NullableInt32 | [optional] | |
| Thumbprint | Pointer to NullableString | [optional] | |
| CertificateAuthority | Pointer to NullableString | [optional] | |
| Template | Pointer to NullableString | [optional] | |
| Timestamp | Pointer to time.Time | [optional] |
func NewCSSCMSDataModelModelsEnrollmentRenewalRequest() *CSSCMSDataModelModelsEnrollmentRenewalRequest
NewCSSCMSDataModelModelsEnrollmentRenewalRequest instantiates a new CSSCMSDataModelModelsEnrollmentRenewalRequest 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 NewCSSCMSDataModelModelsEnrollmentRenewalRequestWithDefaults() *CSSCMSDataModelModelsEnrollmentRenewalRequest
NewCSSCMSDataModelModelsEnrollmentRenewalRequestWithDefaults instantiates a new CSSCMSDataModelModelsEnrollmentRenewalRequest 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 *CSSCMSDataModelModelsEnrollmentRenewalRequest) GetCertificateId() int32
GetCertificateId returns the CertificateId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) 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 *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetCertificateId(v int32)
SetCertificateId sets CertificateId field to given value.
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) HasCertificateId() bool
HasCertificateId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetCertificateIdNil(b bool)
SetCertificateIdNil sets the value for CertificateId to be an explicit nil
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) UnsetCertificateId()
UnsetCertificateId ensures that no value is present for CertificateId, not even an explicit nil
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) GetThumbprint() string
GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) 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 *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetThumbprint(v string)
SetThumbprint sets Thumbprint field to given value.
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) HasThumbprint() bool
HasThumbprint returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetThumbprintNil(b bool)
SetThumbprintNil sets the value for Thumbprint to be an explicit nil
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) UnsetThumbprint()
UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) GetCertificateAuthority() string
GetCertificateAuthority returns the CertificateAuthority field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) 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 *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetCertificateAuthority(v string)
SetCertificateAuthority sets CertificateAuthority field to given value.
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) HasCertificateAuthority() bool
HasCertificateAuthority returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetCertificateAuthorityNil(b bool)
SetCertificateAuthorityNil sets the value for CertificateAuthority to be an explicit nil
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) UnsetCertificateAuthority()
UnsetCertificateAuthority ensures that no value is present for CertificateAuthority, not even an explicit nil
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) GetTemplate() string
GetTemplate returns the Template field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) 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 *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetTemplate(v string)
SetTemplate sets Template field to given value.
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) HasTemplate() bool
HasTemplate returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetTemplateNil(b bool)
SetTemplateNil sets the value for Template to be an explicit nil
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) UnsetTemplate()
UnsetTemplate ensures that no value is present for Template, not even an explicit nil
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) 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 *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetTimestamp(v time.Time)
SetTimestamp sets Timestamp field to given value.
func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.