Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.35 KB

V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin.md

File metadata and controls

82 lines (45 loc) · 3.35 KB

V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin

Properties

Name Type Description Notes
PriorityThreshold Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId [optional]
Tres Pointer to V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMinTres [optional]

Methods

NewV0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin

func NewV0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin() *V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin

NewV0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin instantiates a new V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin 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

NewV0041OpenapiSlurmdbdConfigRespQosInnerLimitsMinWithDefaults

func NewV0041OpenapiSlurmdbdConfigRespQosInnerLimitsMinWithDefaults() *V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin

NewV0041OpenapiSlurmdbdConfigRespQosInnerLimitsMinWithDefaults instantiates a new V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin 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

GetPriorityThreshold

func (o *V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin) GetPriorityThreshold() V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId

GetPriorityThreshold returns the PriorityThreshold field if non-nil, zero value otherwise.

GetPriorityThresholdOk

func (o *V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin) GetPriorityThresholdOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId, bool)

GetPriorityThresholdOk returns a tuple with the PriorityThreshold field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPriorityThreshold

func (o *V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin) SetPriorityThreshold(v V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId)

SetPriorityThreshold sets PriorityThreshold field to given value.

HasPriorityThreshold

func (o *V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin) HasPriorityThreshold() bool

HasPriorityThreshold returns a boolean if a field has been set.

GetTres

func (o *V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin) GetTres() V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMinTres

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

GetTresOk

func (o *V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin) GetTresOk() (*V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMinTres, 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 *V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin) SetTres(v V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMinTres)

SetTres sets Tres field to given value.

HasTres

func (o *V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin) HasTres() bool

HasTres returns a boolean if a field has been set.

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