Name | Type | Description | Notes |
---|---|---|---|
Total | Pointer to []V0039Tres | [optional] | |
Minutes | Pointer to V0039AssocMaxTresMinutes | [optional] | |
Group | Pointer to V0039AssocMaxTresGroup | [optional] | |
Per | Pointer to V0039AssocMaxTresPer | [optional] |
func NewV0039AssocMaxTres() *V0039AssocMaxTres
NewV0039AssocMaxTres instantiates a new V0039AssocMaxTres 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 NewV0039AssocMaxTresWithDefaults() *V0039AssocMaxTres
NewV0039AssocMaxTresWithDefaults instantiates a new V0039AssocMaxTres 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 *V0039AssocMaxTres) GetTotal() []V0039Tres
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *V0039AssocMaxTres) GetTotalOk() (*[]V0039Tres, 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 *V0039AssocMaxTres) SetTotal(v []V0039Tres)
SetTotal sets Total field to given value.
func (o *V0039AssocMaxTres) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (o *V0039AssocMaxTres) GetMinutes() V0039AssocMaxTresMinutes
GetMinutes returns the Minutes field if non-nil, zero value otherwise.
func (o *V0039AssocMaxTres) GetMinutesOk() (*V0039AssocMaxTresMinutes, 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 *V0039AssocMaxTres) SetMinutes(v V0039AssocMaxTresMinutes)
SetMinutes sets Minutes field to given value.
func (o *V0039AssocMaxTres) HasMinutes() bool
HasMinutes returns a boolean if a field has been set.
func (o *V0039AssocMaxTres) GetGroup() V0039AssocMaxTresGroup
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *V0039AssocMaxTres) GetGroupOk() (*V0039AssocMaxTresGroup, 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 *V0039AssocMaxTres) SetGroup(v V0039AssocMaxTresGroup)
SetGroup sets Group field to given value.
func (o *V0039AssocMaxTres) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (o *V0039AssocMaxTres) GetPer() V0039AssocMaxTresPer
GetPer returns the Per field if non-nil, zero value otherwise.
func (o *V0039AssocMaxTres) GetPerOk() (*V0039AssocMaxTresPer, 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 *V0039AssocMaxTres) SetPer(v V0039AssocMaxTresPer)
SetPer sets Per field to given value.
func (o *V0039AssocMaxTres) HasPer() bool
HasPer returns a boolean if a field has been set.