Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.68 KB

V0039AssocMaxPer.md

File metadata and controls

56 lines (31 loc) · 1.68 KB

V0039AssocMaxPer

Properties

Name Type Description Notes
Account Pointer to V0039AssocMaxPerAccount [optional]

Methods

NewV0039AssocMaxPer

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

NewV0039AssocMaxPerWithDefaults

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

GetAccount

func (o *V0039AssocMaxPer) GetAccount() V0039AssocMaxPerAccount

GetAccount returns the Account field if non-nil, zero value otherwise.

GetAccountOk

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.

SetAccount

func (o *V0039AssocMaxPer) SetAccount(v V0039AssocMaxPerAccount)

SetAccount sets Account field to given value.

HasAccount

func (o *V0039AssocMaxPer) HasAccount() bool

HasAccount returns a boolean if a field has been set.

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