Skip to content

Latest commit

 

History

History
156 lines (83 loc) · 4.49 KB

File metadata and controls

156 lines (83 loc) · 4.49 KB

SingleCodeCertificateModel

Properties

Name Type Description Notes
Version int32
IssuedOn string
ExpiresOn string
IssuerName string
SerialNumber string
SubjectName string

Methods

NewSingleCodeCertificateModel

func NewSingleCodeCertificateModel(version int32, issuedOn string, expiresOn string, issuerName string, serialNumber string, subjectName string, ) *SingleCodeCertificateModel

NewSingleCodeCertificateModel instantiates a new SingleCodeCertificateModel 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

NewSingleCodeCertificateModelWithDefaults

func NewSingleCodeCertificateModelWithDefaults() *SingleCodeCertificateModel

NewSingleCodeCertificateModelWithDefaults instantiates a new SingleCodeCertificateModel 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

GetVersion

func (o *SingleCodeCertificateModel) GetVersion() int32

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *SingleCodeCertificateModel) GetVersionOk() (*int32, bool)

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

SetVersion

func (o *SingleCodeCertificateModel) SetVersion(v int32)

SetVersion sets Version field to given value.

GetIssuedOn

func (o *SingleCodeCertificateModel) GetIssuedOn() string

GetIssuedOn returns the IssuedOn field if non-nil, zero value otherwise.

GetIssuedOnOk

func (o *SingleCodeCertificateModel) GetIssuedOnOk() (*string, bool)

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

SetIssuedOn

func (o *SingleCodeCertificateModel) SetIssuedOn(v string)

SetIssuedOn sets IssuedOn field to given value.

GetExpiresOn

func (o *SingleCodeCertificateModel) GetExpiresOn() string

GetExpiresOn returns the ExpiresOn field if non-nil, zero value otherwise.

GetExpiresOnOk

func (o *SingleCodeCertificateModel) GetExpiresOnOk() (*string, bool)

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

SetExpiresOn

func (o *SingleCodeCertificateModel) SetExpiresOn(v string)

SetExpiresOn sets ExpiresOn field to given value.

GetIssuerName

func (o *SingleCodeCertificateModel) GetIssuerName() string

GetIssuerName returns the IssuerName field if non-nil, zero value otherwise.

GetIssuerNameOk

func (o *SingleCodeCertificateModel) GetIssuerNameOk() (*string, bool)

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

SetIssuerName

func (o *SingleCodeCertificateModel) SetIssuerName(v string)

SetIssuerName sets IssuerName field to given value.

GetSerialNumber

func (o *SingleCodeCertificateModel) GetSerialNumber() string

GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.

GetSerialNumberOk

func (o *SingleCodeCertificateModel) GetSerialNumberOk() (*string, bool)

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

SetSerialNumber

func (o *SingleCodeCertificateModel) SetSerialNumber(v string)

SetSerialNumber sets SerialNumber field to given value.

GetSubjectName

func (o *SingleCodeCertificateModel) GetSubjectName() string

GetSubjectName returns the SubjectName field if non-nil, zero value otherwise.

GetSubjectNameOk

func (o *SingleCodeCertificateModel) GetSubjectNameOk() (*string, bool)

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

SetSubjectName

func (o *SingleCodeCertificateModel) SetSubjectName(v string)

SetSubjectName sets SubjectName field to given value.

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