| Name | Type | Description | Notes |
|---|---|---|---|
| AccountID | Pointer to string | The account ID of the account | [optional] |
| InternalProperties | Pointer to []KeyValuePair | [optional] | |
| Properties | Pointer to []KeyValuePair | [optional] |
func NewAccountModelv1Accounts() *AccountModelv1Accounts
NewAccountModelv1Accounts instantiates a new AccountModelv1Accounts 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
func NewAccountModelv1AccountsWithDefaults() *AccountModelv1Accounts
NewAccountModelv1AccountsWithDefaults instantiates a new AccountModelv1Accounts 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
func (o *AccountModelv1Accounts) GetAccountID() string
GetAccountID returns the AccountID field if non-nil, zero value otherwise.
func (o *AccountModelv1Accounts) 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.
func (o *AccountModelv1Accounts) SetAccountID(v string)
SetAccountID sets AccountID field to given value.
func (o *AccountModelv1Accounts) HasAccountID() bool
HasAccountID returns a boolean if a field has been set.
func (o *AccountModelv1Accounts) GetInternalProperties() []KeyValuePair
GetInternalProperties returns the InternalProperties field if non-nil, zero value otherwise.
func (o *AccountModelv1Accounts) GetInternalPropertiesOk() (*[]KeyValuePair, bool)
GetInternalPropertiesOk returns a tuple with the InternalProperties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountModelv1Accounts) SetInternalProperties(v []KeyValuePair)
SetInternalProperties sets InternalProperties field to given value.
func (o *AccountModelv1Accounts) HasInternalProperties() bool
HasInternalProperties returns a boolean if a field has been set.
func (o *AccountModelv1Accounts) GetProperties() []KeyValuePair
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *AccountModelv1Accounts) GetPropertiesOk() (*[]KeyValuePair, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountModelv1Accounts) SetProperties(v []KeyValuePair)
SetProperties sets Properties field to given value.
func (o *AccountModelv1Accounts) HasProperties() bool
HasProperties returns a boolean if a field has been set.