Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.68 KB

V0040AssocMaxTres.md

File metadata and controls

134 lines (73 loc) · 3.68 KB

V0040AssocMaxTres

Properties

Name Type Description Notes
Total Pointer to []V0040Tres [optional]
Group Pointer to V0040AssocMaxTresGroup [optional]
Minutes Pointer to V0040AssocMaxTresMinutes [optional]
Per Pointer to V0040AssocMaxTresPer [optional]

Methods

NewV0040AssocMaxTres

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

NewV0040AssocMaxTresWithDefaults

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

GetTotal

func (o *V0040AssocMaxTres) GetTotal() []V0040Tres

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

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.

SetTotal

func (o *V0040AssocMaxTres) SetTotal(v []V0040Tres)

SetTotal sets Total field to given value.

HasTotal

func (o *V0040AssocMaxTres) HasTotal() bool

HasTotal returns a boolean if a field has been set.

GetGroup

func (o *V0040AssocMaxTres) GetGroup() V0040AssocMaxTresGroup

GetGroup returns the Group field if non-nil, zero value otherwise.

GetGroupOk

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.

SetGroup

func (o *V0040AssocMaxTres) SetGroup(v V0040AssocMaxTresGroup)

SetGroup sets Group field to given value.

HasGroup

func (o *V0040AssocMaxTres) HasGroup() bool

HasGroup returns a boolean if a field has been set.

GetMinutes

func (o *V0040AssocMaxTres) GetMinutes() V0040AssocMaxTresMinutes

GetMinutes returns the Minutes field if non-nil, zero value otherwise.

GetMinutesOk

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.

SetMinutes

func (o *V0040AssocMaxTres) SetMinutes(v V0040AssocMaxTresMinutes)

SetMinutes sets Minutes field to given value.

HasMinutes

func (o *V0040AssocMaxTres) HasMinutes() bool

HasMinutes returns a boolean if a field has been set.

GetPer

func (o *V0040AssocMaxTres) GetPer() V0040AssocMaxTresPer

GetPer returns the Per field if non-nil, zero value otherwise.

GetPerOk

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.

SetPer

func (o *V0040AssocMaxTres) SetPer(v V0040AssocMaxTresPer)

SetPer sets Per field to given value.

HasPer

func (o *V0040AssocMaxTres) HasPer() bool

HasPer returns a boolean if a field has been set.

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