Skip to content

Latest commit

 

History

History
154 lines (85 loc) · 4.97 KB

File metadata and controls

154 lines (85 loc) · 4.97 KB

CSSCMSDataModelModelsSubjectAlternativeName

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Value Pointer to NullableString [optional]
Type Pointer to KeyfactorPKIPKIConstantsX509SubjectAltNameElementType [optional]
ValueHash Pointer to NullableString [optional]

Methods

NewCSSCMSDataModelModelsSubjectAlternativeName

func NewCSSCMSDataModelModelsSubjectAlternativeName() *CSSCMSDataModelModelsSubjectAlternativeName

NewCSSCMSDataModelModelsSubjectAlternativeName instantiates a new CSSCMSDataModelModelsSubjectAlternativeName 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

NewCSSCMSDataModelModelsSubjectAlternativeNameWithDefaults

func NewCSSCMSDataModelModelsSubjectAlternativeNameWithDefaults() *CSSCMSDataModelModelsSubjectAlternativeName

NewCSSCMSDataModelModelsSubjectAlternativeNameWithDefaults instantiates a new CSSCMSDataModelModelsSubjectAlternativeName 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

GetId

func (o *CSSCMSDataModelModelsSubjectAlternativeName) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *CSSCMSDataModelModelsSubjectAlternativeName) 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.

SetId

func (o *CSSCMSDataModelModelsSubjectAlternativeName) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *CSSCMSDataModelModelsSubjectAlternativeName) HasId() bool

HasId returns a boolean if a field has been set.

GetValue

func (o *CSSCMSDataModelModelsSubjectAlternativeName) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *CSSCMSDataModelModelsSubjectAlternativeName) 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.

SetValue

func (o *CSSCMSDataModelModelsSubjectAlternativeName) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *CSSCMSDataModelModelsSubjectAlternativeName) HasValue() bool

HasValue returns a boolean if a field has been set.

SetValueNil

func (o *CSSCMSDataModelModelsSubjectAlternativeName) SetValueNil(b bool)

SetValueNil sets the value for Value to be an explicit nil

UnsetValue

func (o *CSSCMSDataModelModelsSubjectAlternativeName) UnsetValue()

UnsetValue ensures that no value is present for Value, not even an explicit nil

GetType

func (o *CSSCMSDataModelModelsSubjectAlternativeName) GetType() KeyfactorPKIPKIConstantsX509SubjectAltNameElementType

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *CSSCMSDataModelModelsSubjectAlternativeName) 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.

SetType

func (o *CSSCMSDataModelModelsSubjectAlternativeName) SetType(v KeyfactorPKIPKIConstantsX509SubjectAltNameElementType)

SetType sets Type field to given value.

HasType

func (o *CSSCMSDataModelModelsSubjectAlternativeName) HasType() bool

HasType returns a boolean if a field has been set.

GetValueHash

func (o *CSSCMSDataModelModelsSubjectAlternativeName) GetValueHash() string

GetValueHash returns the ValueHash field if non-nil, zero value otherwise.

GetValueHashOk

func (o *CSSCMSDataModelModelsSubjectAlternativeName) 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.

SetValueHash

func (o *CSSCMSDataModelModelsSubjectAlternativeName) SetValueHash(v string)

SetValueHash sets ValueHash field to given value.

HasValueHash

func (o *CSSCMSDataModelModelsSubjectAlternativeName) HasValueHash() bool

HasValueHash returns a boolean if a field has been set.

SetValueHashNil

func (o *CSSCMSDataModelModelsSubjectAlternativeName) SetValueHashNil(b bool)

SetValueHashNil sets the value for ValueHash to be an explicit nil

UnsetValueHash

func (o *CSSCMSDataModelModelsSubjectAlternativeName) UnsetValueHash()

UnsetValueHash ensures that no value is present for ValueHash, not even an explicit nil

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