# Identifier

# Properties

Name Type Description Notes
Key Pointer to NullableString [optional]
Name Pointer to NullableString [optional]
Description Pointer to NullableString [optional]
ExampleValue Pointer to NullableString [optional]

# Methods

# NewIdentifier

func NewIdentifier() *Identifier

NewIdentifier instantiates a new Identifier 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

# NewIdentifierWithDefaults

func NewIdentifierWithDefaults() *Identifier

NewIdentifierWithDefaults instantiates a new Identifier 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

# GetKey

func (o *Identifier) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

# GetKeyOk

func (o *Identifier) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

# SetKey

func (o *Identifier) SetKey(v string)

SetKey sets Key field to given value.

# HasKey

func (o *Identifier) HasKey() bool

HasKey returns a boolean if a field has been set.

# SetKeyNil

func (o *Identifier) SetKeyNil(b bool)

SetKeyNil sets the value for Key to be an explicit nil

# UnsetKey

func (o *Identifier) UnsetKey()

UnsetKey ensures that no value is present for Key, not even an explicit nil

# GetName

func (o *Identifier) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

# GetNameOk

func (o *Identifier) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

# SetName

func (o *Identifier) SetName(v string)

SetName sets Name field to given value.

# HasName

func (o *Identifier) HasName() bool

HasName returns a boolean if a field has been set.

# SetNameNil

func (o *Identifier) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

# UnsetName

func (o *Identifier) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

# GetDescription

func (o *Identifier) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

# GetDescriptionOk

func (o *Identifier) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

# SetDescription

func (o *Identifier) SetDescription(v string)

SetDescription sets Description field to given value.

# HasDescription

func (o *Identifier) HasDescription() bool

HasDescription returns a boolean if a field has been set.

# SetDescriptionNil

func (o *Identifier) SetDescriptionNil(b bool)

SetDescriptionNil sets the value for Description to be an explicit nil

# UnsetDescription

func (o *Identifier) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

# GetExampleValue

func (o *Identifier) GetExampleValue() string

GetExampleValue returns the ExampleValue field if non-nil, zero value otherwise.

# GetExampleValueOk

func (o *Identifier) GetExampleValueOk() (*string, bool)

GetExampleValueOk returns a tuple with the ExampleValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

# SetExampleValue

func (o *Identifier) SetExampleValue(v string)

SetExampleValue sets ExampleValue field to given value.

# HasExampleValue

func (o *Identifier) HasExampleValue() bool

HasExampleValue returns a boolean if a field has been set.

# SetExampleValueNil

func (o *Identifier) SetExampleValueNil(b bool)

SetExampleValueNil sets the value for ExampleValue to be an explicit nil

# UnsetExampleValue

func (o *Identifier) UnsetExampleValue()

UnsetExampleValue ensures that no value is present for ExampleValue, not even an explicit nil

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

Last Updated: 6/19/2022, 7:27:56 PM