Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.66 KB

ModelsSubjectAlternativeName.md

File metadata and controls

134 lines (73 loc) · 3.66 KB

ModelsSubjectAlternativeName

Properties

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

Methods

NewModelsSubjectAlternativeName

func NewModelsSubjectAlternativeName() *ModelsSubjectAlternativeName

NewModelsSubjectAlternativeName instantiates a new ModelsSubjectAlternativeName 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

NewModelsSubjectAlternativeNameWithDefaults

func NewModelsSubjectAlternativeNameWithDefaults() *ModelsSubjectAlternativeName

NewModelsSubjectAlternativeNameWithDefaults instantiates a new ModelsSubjectAlternativeName 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 *ModelsSubjectAlternativeName) GetId() int32

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

GetIdOk

func (o *ModelsSubjectAlternativeName) 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 *ModelsSubjectAlternativeName) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ModelsSubjectAlternativeName) HasId() bool

HasId returns a boolean if a field has been set.

GetValue

func (o *ModelsSubjectAlternativeName) GetValue() string

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

GetValueOk

func (o *ModelsSubjectAlternativeName) 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 *ModelsSubjectAlternativeName) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *ModelsSubjectAlternativeName) HasValue() bool

HasValue returns a boolean if a field has been set.

GetType

func (o *ModelsSubjectAlternativeName) GetType() int32

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

GetTypeOk

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

SetType

func (o *ModelsSubjectAlternativeName) SetType(v int32)

SetType sets Type field to given value.

HasType

func (o *ModelsSubjectAlternativeName) HasType() bool

HasType returns a boolean if a field has been set.

GetValueHash

func (o *ModelsSubjectAlternativeName) GetValueHash() string

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

GetValueHashOk

func (o *ModelsSubjectAlternativeName) 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 *ModelsSubjectAlternativeName) SetValueHash(v string)

SetValueHash sets ValueHash field to given value.

HasValueHash

func (o *ModelsSubjectAlternativeName) HasValueHash() bool

HasValueHash returns a boolean if a field has been set.

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