Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.47 KB

ExtensionAttributeV2.md

File metadata and controls

160 lines (87 loc) · 4.47 KB

ExtensionAttributeV2

Properties

Name Type Description Notes
Id Pointer to string [optional] [readonly]
Name Pointer to string [optional]
Type Pointer to string [optional]
Value Pointer to []string [optional]
ExtensionAttributeCollectionAllowed Pointer to bool [optional]

Methods

NewExtensionAttributeV2

func NewExtensionAttributeV2() *ExtensionAttributeV2

NewExtensionAttributeV2 instantiates a new ExtensionAttributeV2 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

NewExtensionAttributeV2WithDefaults

func NewExtensionAttributeV2WithDefaults() *ExtensionAttributeV2

NewExtensionAttributeV2WithDefaults instantiates a new ExtensionAttributeV2 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 *ExtensionAttributeV2) GetId() string

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

GetIdOk

func (o *ExtensionAttributeV2) GetIdOk() (*string, 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 *ExtensionAttributeV2) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ExtensionAttributeV2) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *ExtensionAttributeV2) GetName() string

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

GetNameOk

func (o *ExtensionAttributeV2) 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 *ExtensionAttributeV2) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ExtensionAttributeV2) HasName() bool

HasName returns a boolean if a field has been set.

GetType

func (o *ExtensionAttributeV2) GetType() string

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

GetTypeOk

func (o *ExtensionAttributeV2) GetTypeOk() (*string, 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 *ExtensionAttributeV2) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ExtensionAttributeV2) HasType() bool

HasType returns a boolean if a field has been set.

GetValue

func (o *ExtensionAttributeV2) GetValue() []string

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

GetValueOk

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

SetValue sets Value field to given value.

HasValue

func (o *ExtensionAttributeV2) HasValue() bool

HasValue returns a boolean if a field has been set.

GetExtensionAttributeCollectionAllowed

func (o *ExtensionAttributeV2) GetExtensionAttributeCollectionAllowed() bool

GetExtensionAttributeCollectionAllowed returns the ExtensionAttributeCollectionAllowed field if non-nil, zero value otherwise.

GetExtensionAttributeCollectionAllowedOk

func (o *ExtensionAttributeV2) GetExtensionAttributeCollectionAllowedOk() (*bool, bool)

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

SetExtensionAttributeCollectionAllowed

func (o *ExtensionAttributeV2) SetExtensionAttributeCollectionAllowed(v bool)

SetExtensionAttributeCollectionAllowed sets ExtensionAttributeCollectionAllowed field to given value.

HasExtensionAttributeCollectionAllowed

func (o *ExtensionAttributeV2) HasExtensionAttributeCollectionAllowed() bool

HasExtensionAttributeCollectionAllowed returns a boolean if a field has been set.

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