Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.78 KB

V0040AssocMaxPerAccount.md

File metadata and controls

56 lines (31 loc) · 1.78 KB

V0040AssocMaxPerAccount

Properties

Name Type Description Notes
WallClock Pointer to V0040Uint32NoVal [optional]

Methods

NewV0040AssocMaxPerAccount

func NewV0040AssocMaxPerAccount() *V0040AssocMaxPerAccount

NewV0040AssocMaxPerAccount instantiates a new V0040AssocMaxPerAccount 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

NewV0040AssocMaxPerAccountWithDefaults

func NewV0040AssocMaxPerAccountWithDefaults() *V0040AssocMaxPerAccount

NewV0040AssocMaxPerAccountWithDefaults instantiates a new V0040AssocMaxPerAccount 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

GetWallClock

func (o *V0040AssocMaxPerAccount) GetWallClock() V0040Uint32NoVal

GetWallClock returns the WallClock field if non-nil, zero value otherwise.

GetWallClockOk

func (o *V0040AssocMaxPerAccount) GetWallClockOk() (*V0040Uint32NoVal, bool)

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

SetWallClock

func (o *V0040AssocMaxPerAccount) SetWallClock(v V0040Uint32NoVal)

SetWallClock sets WallClock field to given value.

HasWallClock

func (o *V0040AssocMaxPerAccount) HasWallClock() bool

HasWallClock returns a boolean if a field has been set.

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