Name | Type | Description | Notes |
---|---|---|---|
PriorityThreshold | Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId | [optional] | |
Tres | Pointer to V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMinTres | [optional] |
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
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
func (o *V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin) GetPriorityThreshold() V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId
GetPriorityThreshold returns the PriorityThreshold field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin) SetPriorityThreshold(v V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId)
SetPriorityThreshold sets PriorityThreshold field to given value.
func (o *V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin) HasPriorityThreshold() bool
HasPriorityThreshold returns a boolean if a field has been set.
func (o *V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin) GetTres() V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMinTres
GetTres returns the Tres field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin) SetTres(v V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMinTres)
SetTres sets Tres field to given value.
func (o *V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMin) HasTres() bool
HasTres returns a boolean if a field has been set.