Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.82 KB

V0040AssocMax.md

File metadata and controls

108 lines (59 loc) · 2.82 KB

V0040AssocMax

Properties

Name Type Description Notes
Jobs Pointer to V0040AssocMaxJobs [optional]
Tres Pointer to V0040AssocMaxTres [optional]
Per Pointer to V0040AssocMaxPer [optional]

Methods

NewV0040AssocMax

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

NewV0040AssocMaxWithDefaults

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

GetJobs

func (o *V0040AssocMax) GetJobs() V0040AssocMaxJobs

GetJobs returns the Jobs field if non-nil, zero value otherwise.

GetJobsOk

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.

SetJobs

func (o *V0040AssocMax) SetJobs(v V0040AssocMaxJobs)

SetJobs sets Jobs field to given value.

HasJobs

func (o *V0040AssocMax) HasJobs() bool

HasJobs returns a boolean if a field has been set.

GetTres

func (o *V0040AssocMax) GetTres() V0040AssocMaxTres

GetTres returns the Tres field if non-nil, zero value otherwise.

GetTresOk

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.

SetTres

func (o *V0040AssocMax) SetTres(v V0040AssocMaxTres)

SetTres sets Tres field to given value.

HasTres

func (o *V0040AssocMax) HasTres() bool

HasTres returns a boolean if a field has been set.

GetPer

func (o *V0040AssocMax) GetPer() V0040AssocMaxPer

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

GetPerOk

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.

SetPer

func (o *V0040AssocMax) SetPer(v V0040AssocMaxPer)

SetPer sets Per field to given value.

HasPer

func (o *V0040AssocMax) HasPer() bool

HasPer returns a boolean if a field has been set.

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