Skip to main content

ExpansionItem

Properties

NameTypeDescriptionNotes
AccountIdPointer to stringThe ID of the account[optional]
CausePointer to stringCause of the expansion item.[optional]
NamePointer to stringThe name of the item[optional]
AttributeRequestPointer to AttributeRequest[optional]
SourcePointer to AccountSource[optional]
IdPointer to stringID of the expansion item[optional]
StatePointer to stringState of the expansion item[optional]

Methods

NewExpansionItem

func NewExpansionItem() *ExpansionItem

NewExpansionItem instantiates a new ExpansionItem 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

NewExpansionItemWithDefaults

func NewExpansionItemWithDefaults() *ExpansionItem

NewExpansionItemWithDefaults instantiates a new ExpansionItem 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

GetAccountId

func (o *ExpansionItem) GetAccountId() string

GetAccountId returns the AccountId field if non-nil, zero value otherwise.

GetAccountIdOk

func (o *ExpansionItem) GetAccountIdOk() (*string, bool)

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

SetAccountId

func (o *ExpansionItem) SetAccountId(v string)

SetAccountId sets AccountId field to given value.

HasAccountId

func (o *ExpansionItem) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

GetCause

func (o *ExpansionItem) GetCause() string

GetCause returns the Cause field if non-nil, zero value otherwise.

GetCauseOk

func (o *ExpansionItem) GetCauseOk() (*string, bool)

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

SetCause

func (o *ExpansionItem) SetCause(v string)

SetCause sets Cause field to given value.

HasCause

func (o *ExpansionItem) HasCause() bool

HasCause returns a boolean if a field has been set.

GetName

func (o *ExpansionItem) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *ExpansionItem) HasName() bool

HasName returns a boolean if a field has been set.

GetAttributeRequest

func (o *ExpansionItem) GetAttributeRequest() AttributeRequest

GetAttributeRequest returns the AttributeRequest field if non-nil, zero value otherwise.

GetAttributeRequestOk

func (o *ExpansionItem) GetAttributeRequestOk() (*AttributeRequest, bool)

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

SetAttributeRequest

func (o *ExpansionItem) SetAttributeRequest(v AttributeRequest)

SetAttributeRequest sets AttributeRequest field to given value.

HasAttributeRequest

func (o *ExpansionItem) HasAttributeRequest() bool

HasAttributeRequest returns a boolean if a field has been set.

GetSource

func (o *ExpansionItem) GetSource() AccountSource

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

func (o *ExpansionItem) GetSourceOk() (*AccountSource, bool)

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

SetSource

func (o *ExpansionItem) SetSource(v AccountSource)

SetSource sets Source field to given value.

HasSource

func (o *ExpansionItem) HasSource() bool

HasSource returns a boolean if a field has been set.

GetId

func (o *ExpansionItem) GetId() string

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *ExpansionItem) HasId() bool

HasId returns a boolean if a field has been set.

GetState

func (o *ExpansionItem) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

func (o *ExpansionItem) GetStateOk() (*string, bool)

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

SetState

func (o *ExpansionItem) SetState(v string)

SetState sets State field to given value.

HasState

func (o *ExpansionItem) HasState() bool

HasState returns a boolean if a field has been set.