Skip to content

Files

Latest commit

 

History

History
134 lines (73 loc) · 3.68 KB

V0039AssocMaxTres.md

File metadata and controls

134 lines (73 loc) · 3.68 KB

V0039AssocMaxTres

Properties

Name Type Description Notes
Total Pointer to []V0039Tres [optional]
Minutes Pointer to V0039AssocMaxTresMinutes [optional]
Group Pointer to V0039AssocMaxTresGroup [optional]
Per Pointer to V0039AssocMaxTresPer [optional]

Methods

NewV0039AssocMaxTres

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

NewV0039AssocMaxTresWithDefaults

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

GetTotal

func (o *V0039AssocMaxTres) GetTotal() []V0039Tres

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

GetTotalOk

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.

SetTotal

func (o *V0039AssocMaxTres) SetTotal(v []V0039Tres)

SetTotal sets Total field to given value.

HasTotal

func (o *V0039AssocMaxTres) HasTotal() bool

HasTotal returns a boolean if a field has been set.

GetMinutes

func (o *V0039AssocMaxTres) GetMinutes() V0039AssocMaxTresMinutes

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

GetMinutesOk

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.

SetMinutes

func (o *V0039AssocMaxTres) SetMinutes(v V0039AssocMaxTresMinutes)

SetMinutes sets Minutes field to given value.

HasMinutes

func (o *V0039AssocMaxTres) HasMinutes() bool

HasMinutes returns a boolean if a field has been set.

GetGroup

func (o *V0039AssocMaxTres) GetGroup() V0039AssocMaxTresGroup

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

GetGroupOk

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.

SetGroup

func (o *V0039AssocMaxTres) SetGroup(v V0039AssocMaxTresGroup)

SetGroup sets Group field to given value.

HasGroup

func (o *V0039AssocMaxTres) HasGroup() bool

HasGroup returns a boolean if a field has been set.

GetPer

func (o *V0039AssocMaxTres) GetPer() V0039AssocMaxTresPer

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

GetPerOk

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.

SetPer

func (o *V0039AssocMaxTres) SetPer(v V0039AssocMaxTresPer)

SetPer sets Per field to given value.

HasPer

func (o *V0039AssocMaxTres) HasPer() bool

HasPer returns a boolean if a field has been set.

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