Skip to content

Latest commit

 

History

History
200 lines (111 loc) · 6.92 KB

File metadata and controls

200 lines (111 loc) · 6.92 KB

CSSCMSDataModelModelsEnrollmentRenewalRequest

Properties

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]

Methods

NewCSSCMSDataModelModelsEnrollmentRenewalRequest

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

NewCSSCMSDataModelModelsEnrollmentRenewalRequestWithDefaults

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

GetCertificateId

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) GetCertificateId() int32

GetCertificateId returns the CertificateId field if non-nil, zero value otherwise.

GetCertificateIdOk

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.

SetCertificateId

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetCertificateId(v int32)

SetCertificateId sets CertificateId field to given value.

HasCertificateId

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) HasCertificateId() bool

HasCertificateId returns a boolean if a field has been set.

SetCertificateIdNil

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetCertificateIdNil(b bool)

SetCertificateIdNil sets the value for CertificateId to be an explicit nil

UnsetCertificateId

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) UnsetCertificateId()

UnsetCertificateId ensures that no value is present for CertificateId, not even an explicit nil

GetThumbprint

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) GetThumbprint() string

GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise.

GetThumbprintOk

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.

SetThumbprint

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetThumbprint(v string)

SetThumbprint sets Thumbprint field to given value.

HasThumbprint

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) HasThumbprint() bool

HasThumbprint returns a boolean if a field has been set.

SetThumbprintNil

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetThumbprintNil(b bool)

SetThumbprintNil sets the value for Thumbprint to be an explicit nil

UnsetThumbprint

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) UnsetThumbprint()

UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil

GetCertificateAuthority

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) GetCertificateAuthority() string

GetCertificateAuthority returns the CertificateAuthority field if non-nil, zero value otherwise.

GetCertificateAuthorityOk

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.

SetCertificateAuthority

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetCertificateAuthority(v string)

SetCertificateAuthority sets CertificateAuthority field to given value.

HasCertificateAuthority

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) HasCertificateAuthority() bool

HasCertificateAuthority returns a boolean if a field has been set.

SetCertificateAuthorityNil

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetCertificateAuthorityNil(b bool)

SetCertificateAuthorityNil sets the value for CertificateAuthority to be an explicit nil

UnsetCertificateAuthority

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) UnsetCertificateAuthority()

UnsetCertificateAuthority ensures that no value is present for CertificateAuthority, not even an explicit nil

GetTemplate

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) GetTemplate() string

GetTemplate returns the Template field if non-nil, zero value otherwise.

GetTemplateOk

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.

SetTemplate

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetTemplate(v string)

SetTemplate sets Template field to given value.

HasTemplate

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

SetTemplateNil

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetTemplateNil(b bool)

SetTemplateNil sets the value for Template to be an explicit nil

UnsetTemplate

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) UnsetTemplate()

UnsetTemplate ensures that no value is present for Template, not even an explicit nil

GetTimestamp

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.

GetTimestampOk

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.

SetTimestamp

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetTimestamp(v time.Time)

SetTimestamp sets Timestamp field to given value.

HasTimestamp

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

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