| Name | Type | Description | Notes |
|---|---|---|---|
| Version | int32 | ||
| IssuedOn | string | ||
| ExpiresOn | string | ||
| IssuerName | string | ||
| SerialNumber | string | ||
| SubjectName | string |
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
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
func (o *SingleCodeCertificateModel) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
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.
func (o *SingleCodeCertificateModel) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *SingleCodeCertificateModel) GetIssuedOn() string
GetIssuedOn returns the IssuedOn field if non-nil, zero value otherwise.
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.
func (o *SingleCodeCertificateModel) SetIssuedOn(v string)
SetIssuedOn sets IssuedOn field to given value.
func (o *SingleCodeCertificateModel) GetExpiresOn() string
GetExpiresOn returns the ExpiresOn field if non-nil, zero value otherwise.
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.
func (o *SingleCodeCertificateModel) SetExpiresOn(v string)
SetExpiresOn sets ExpiresOn field to given value.
func (o *SingleCodeCertificateModel) GetIssuerName() string
GetIssuerName returns the IssuerName field if non-nil, zero value otherwise.
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.
func (o *SingleCodeCertificateModel) SetIssuerName(v string)
SetIssuerName sets IssuerName field to given value.
func (o *SingleCodeCertificateModel) GetSerialNumber() string
GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.
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.
func (o *SingleCodeCertificateModel) SetSerialNumber(v string)
SetSerialNumber sets SerialNumber field to given value.
func (o *SingleCodeCertificateModel) GetSubjectName() string
GetSubjectName returns the SubjectName field if non-nil, zero value otherwise.
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.
func (o *SingleCodeCertificateModel) SetSubjectName(v string)
SetSubjectName sets SubjectName field to given value.