Name | Type | Description | Notes |
---|---|---|---|
Total | Pointer to []V0040Tres | [optional] | |
Group | Pointer to V0040AssocMaxTresGroup | [optional] | |
Minutes | Pointer to V0040AssocMaxTresMinutes | [optional] | |
Per | Pointer to V0040AssocMaxTresPer | [optional] |
func NewV0040AssocMaxTres() *V0040AssocMaxTres
NewV0040AssocMaxTres instantiates a new V0040AssocMaxTres 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 NewV0040AssocMaxTresWithDefaults() *V0040AssocMaxTres
NewV0040AssocMaxTresWithDefaults instantiates a new V0040AssocMaxTres 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 *V0040AssocMaxTres) GetTotal() []V0040Tres
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *V0040AssocMaxTres) GetTotalOk() (*[]V0040Tres, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocMaxTres) SetTotal(v []V0040Tres)
SetTotal sets Total field to given value.
func (o *V0040AssocMaxTres) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (o *V0040AssocMaxTres) GetGroup() V0040AssocMaxTresGroup
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *V0040AssocMaxTres) GetGroupOk() (*V0040AssocMaxTresGroup, bool)
GetGroupOk returns a tuple with the Group field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocMaxTres) SetGroup(v V0040AssocMaxTresGroup)
SetGroup sets Group field to given value.
func (o *V0040AssocMaxTres) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (o *V0040AssocMaxTres) GetMinutes() V0040AssocMaxTresMinutes
GetMinutes returns the Minutes field if non-nil, zero value otherwise.
func (o *V0040AssocMaxTres) GetMinutesOk() (*V0040AssocMaxTresMinutes, bool)
GetMinutesOk returns a tuple with the Minutes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocMaxTres) SetMinutes(v V0040AssocMaxTresMinutes)
SetMinutes sets Minutes field to given value.
func (o *V0040AssocMaxTres) HasMinutes() bool
HasMinutes returns a boolean if a field has been set.
func (o *V0040AssocMaxTres) GetPer() V0040AssocMaxTresPer
GetPer returns the Per field if non-nil, zero value otherwise.
func (o *V0040AssocMaxTres) GetPerOk() (*V0040AssocMaxTresPer, bool)
GetPerOk returns a tuple with the Per field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocMaxTres) SetPer(v V0040AssocMaxTresPer)
SetPer sets Per field to given value.
func (o *V0040AssocMaxTres) HasPer() bool
HasPer returns a boolean if a field has been set.