Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.01 KB

AccountEntity.md

File metadata and controls

39 lines (20 loc) · 1.01 KB

AccountEntity

Properties

Name Type Description Notes
AccountId Pointer to int32 The ID of the account that owns this entity.

Methods

GetAccountId

func (o *AccountEntity) GetAccountId() int32

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

GetAccountIdOk

func (o *AccountEntity) GetAccountIdOk() (int32, 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.

HasAccountId

func (o *AccountEntity) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

SetAccountId

func (o *AccountEntity) SetAccountId(v int32)

SetAccountId gets a reference to the given int32 and assigns it to the AccountId field.

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