Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Value | Pointer to string | [optional] | |
Type | Pointer to int32 | [optional] | |
ValueHash | Pointer to string | [optional] |
func NewModelsCertificateRetrievalResponseSubjectAlternativeNameModel() *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel
NewModelsCertificateRetrievalResponseSubjectAlternativeNameModel instantiates a new ModelsCertificateRetrievalResponseSubjectAlternativeNameModel 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 NewModelsCertificateRetrievalResponseSubjectAlternativeNameModelWithDefaults() *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel
NewModelsCertificateRetrievalResponseSubjectAlternativeNameModelWithDefaults instantiates a new ModelsCertificateRetrievalResponseSubjectAlternativeNameModel 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 *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) 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 *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) 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 *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) SetValue(v string)
SetValue sets Value field to given value.
func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) GetType() int32
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) GetTypeOk() (*int32, 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 *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) SetType(v int32)
SetType sets Type field to given value.
func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) GetValueHash() string
GetValueHash returns the ValueHash field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) 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 *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) SetValueHash(v string)
SetValueHash sets ValueHash field to given value.
func (o *ModelsCertificateRetrievalResponseSubjectAlternativeNameModel) HasValueHash() bool
HasValueHash returns a boolean if a field has been set.