Name | Type | Description | Notes |
---|---|---|---|
Per | Pointer to V0039AssocMaxTresMinutesPer | [optional] | |
Total | Pointer to []V0039Tres | [optional] |
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
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
func (o *V0039AssocMaxTresMinutes) GetPer() V0039AssocMaxTresMinutesPer
GetPer returns the Per field if non-nil, zero value otherwise.
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.
func (o *V0039AssocMaxTresMinutes) SetPer(v V0039AssocMaxTresMinutesPer)
SetPer sets Per field to given value.
func (o *V0039AssocMaxTresMinutes) HasPer() bool
HasPer returns a boolean if a field has been set.
func (o *V0039AssocMaxTresMinutes) GetTotal() []V0039Tres
GetTotal returns the Total field if non-nil, zero value otherwise.
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.
func (o *V0039AssocMaxTresMinutes) SetTotal(v []V0039Tres)
SetTotal sets Total field to given value.
func (o *V0039AssocMaxTresMinutes) HasTotal() bool
HasTotal returns a boolean if a field has been set.