Name | Type | Description | Notes |
---|---|---|---|
WallClock | Pointer to V0040Uint32NoVal | [optional] |
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
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
func (o *V0040AssocMaxPerAccount) GetWallClock() V0040Uint32NoVal
GetWallClock returns the WallClock field if non-nil, zero value otherwise.
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.
func (o *V0040AssocMaxPerAccount) SetWallClock(v V0040Uint32NoVal)
SetWallClock sets WallClock field to given value.
func (o *V0040AssocMaxPerAccount) HasWallClock() bool
HasWallClock returns a boolean if a field has been set.