Name | Type | Description | Notes |
---|---|---|---|
Account | Pointer to V0039AssocMaxPerAccount | [optional] |
func NewV0039AssocMaxPer() *V0039AssocMaxPer
NewV0039AssocMaxPer instantiates a new V0039AssocMaxPer 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 NewV0039AssocMaxPerWithDefaults() *V0039AssocMaxPer
NewV0039AssocMaxPerWithDefaults instantiates a new V0039AssocMaxPer 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 *V0039AssocMaxPer) GetAccount() V0039AssocMaxPerAccount
GetAccount returns the Account field if non-nil, zero value otherwise.
func (o *V0039AssocMaxPer) GetAccountOk() (*V0039AssocMaxPerAccount, bool)
GetAccountOk returns a tuple with the Account field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039AssocMaxPer) SetAccount(v V0039AssocMaxPerAccount)
SetAccount sets Account field to given value.
func (o *V0039AssocMaxPer) HasAccount() bool
HasAccount returns a boolean if a field has been set.