Name | Type | Description | Notes |
---|---|---|---|
Jobs | Pointer to V0040AssocMaxJobs | [optional] | |
Tres | Pointer to V0040AssocMaxTres | [optional] | |
Per | Pointer to V0040AssocMaxPer | [optional] |
func NewV0040AssocMax() *V0040AssocMax
NewV0040AssocMax instantiates a new V0040AssocMax 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 NewV0040AssocMaxWithDefaults() *V0040AssocMax
NewV0040AssocMaxWithDefaults instantiates a new V0040AssocMax 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 *V0040AssocMax) GetJobs() V0040AssocMaxJobs
GetJobs returns the Jobs field if non-nil, zero value otherwise.
func (o *V0040AssocMax) GetJobsOk() (*V0040AssocMaxJobs, bool)
GetJobsOk returns a tuple with the Jobs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocMax) SetJobs(v V0040AssocMaxJobs)
SetJobs sets Jobs field to given value.
func (o *V0040AssocMax) HasJobs() bool
HasJobs returns a boolean if a field has been set.
func (o *V0040AssocMax) GetTres() V0040AssocMaxTres
GetTres returns the Tres field if non-nil, zero value otherwise.
func (o *V0040AssocMax) GetTresOk() (*V0040AssocMaxTres, bool)
GetTresOk returns a tuple with the Tres field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040AssocMax) SetTres(v V0040AssocMaxTres)
SetTres sets Tres field to given value.
func (o *V0040AssocMax) HasTres() bool
HasTres returns a boolean if a field has been set.
func (o *V0040AssocMax) GetPer() V0040AssocMaxPer
GetPer returns the Per field if non-nil, zero value otherwise.
func (o *V0040AssocMax) GetPerOk() (*V0040AssocMaxPer, 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 *V0040AssocMax) SetPer(v V0040AssocMaxPer)
SetPer sets Per field to given value.
func (o *V0040AssocMax) HasPer() bool
HasPer returns a boolean if a field has been set.