| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Value | Pointer to NullableString | [optional] | |
| Type | Pointer to KeyfactorPKIPKIConstantsX509SubjectAltNameElementType | [optional] | |
| ValueHash | Pointer to NullableString | [optional] |
func NewCertificatesCertificateRetrievalResponseSubjectAlternativeNameModel() *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel
NewCertificatesCertificateRetrievalResponseSubjectAlternativeNameModel instantiates a new CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel 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 NewCertificatesCertificateRetrievalResponseSubjectAlternativeNameModelWithDefaults() *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel
NewCertificatesCertificateRetrievalResponseSubjectAlternativeNameModelWithDefaults instantiates a new CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel 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 *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) SetId(v int32)
SetId sets Id field to given value.
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) SetValue(v string)
SetValue sets Value field to given value.
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) SetValueNil(b bool)
SetValueNil sets the value for Value to be an explicit nil
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) UnsetValue()
UnsetValue ensures that no value is present for Value, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) GetType() KeyfactorPKIPKIConstantsX509SubjectAltNameElementType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) GetTypeOk() (*KeyfactorPKIPKIConstantsX509SubjectAltNameElementType, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) SetType(v KeyfactorPKIPKIConstantsX509SubjectAltNameElementType)
SetType sets Type field to given value.
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) HasType() bool
HasType returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) GetValueHash() string
GetValueHash returns the ValueHash field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) GetValueHashOk() (*string, bool)
GetValueHashOk returns a tuple with the ValueHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) SetValueHash(v string)
SetValueHash sets ValueHash field to given value.
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) HasValueHash() bool
HasValueHash returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) SetValueHashNil(b bool)
SetValueHashNil sets the value for ValueHash to be an explicit nil
func (o *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) UnsetValueHash()
UnsetValueHash ensures that no value is present for ValueHash, not even an explicit nil