Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.42 KB

V0039AssocMaxTresMinutes.md

File metadata and controls

82 lines (45 loc) · 2.42 KB

V0039AssocMaxTresMinutes

Properties

Name Type Description Notes
Per Pointer to V0039AssocMaxTresMinutesPer [optional]
Total Pointer to []V0039Tres [optional]

Methods

NewV0039AssocMaxTresMinutes

func NewV0039AssocMaxTresMinutes() *V0039AssocMaxTresMinutes

NewV0039AssocMaxTresMinutes instantiates a new V0039AssocMaxTresMinutes 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

NewV0039AssocMaxTresMinutesWithDefaults

func NewV0039AssocMaxTresMinutesWithDefaults() *V0039AssocMaxTresMinutes

NewV0039AssocMaxTresMinutesWithDefaults instantiates a new V0039AssocMaxTresMinutes 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

GetPer

func (o *V0039AssocMaxTresMinutes) GetPer() V0039AssocMaxTresMinutesPer

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

GetPerOk

func (o *V0039AssocMaxTresMinutes) GetPerOk() (*V0039AssocMaxTresMinutesPer, 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 *V0039AssocMaxTresMinutes) SetPer(v V0039AssocMaxTresMinutesPer)

SetPer sets Per field to given value.

HasPer

func (o *V0039AssocMaxTresMinutes) HasPer() bool

HasPer returns a boolean if a field has been set.

GetTotal

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

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

GetTotalOk

func (o *V0039AssocMaxTresMinutes) 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 *V0039AssocMaxTresMinutes) SetTotal(v []V0039Tres)

SetTotal sets Total field to given value.

HasTotal

func (o *V0039AssocMaxTresMinutes) HasTotal() bool

HasTotal returns a boolean if a field has been set.

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