Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.46 KB

V0040QosLimitsMaxWallClockPer.md

File metadata and controls

82 lines (45 loc) · 2.46 KB

V0040QosLimitsMaxWallClockPer

Properties

Name Type Description Notes
Qos Pointer to V0040Uint32NoVal [optional]
Job Pointer to V0040Uint32NoVal [optional]

Methods

NewV0040QosLimitsMaxWallClockPer

func NewV0040QosLimitsMaxWallClockPer() *V0040QosLimitsMaxWallClockPer

NewV0040QosLimitsMaxWallClockPer instantiates a new V0040QosLimitsMaxWallClockPer 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

NewV0040QosLimitsMaxWallClockPerWithDefaults

func NewV0040QosLimitsMaxWallClockPerWithDefaults() *V0040QosLimitsMaxWallClockPer

NewV0040QosLimitsMaxWallClockPerWithDefaults instantiates a new V0040QosLimitsMaxWallClockPer 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

GetQos

func (o *V0040QosLimitsMaxWallClockPer) GetQos() V0040Uint32NoVal

GetQos returns the Qos field if non-nil, zero value otherwise.

GetQosOk

func (o *V0040QosLimitsMaxWallClockPer) GetQosOk() (*V0040Uint32NoVal, bool)

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

SetQos

func (o *V0040QosLimitsMaxWallClockPer) SetQos(v V0040Uint32NoVal)

SetQos sets Qos field to given value.

HasQos

func (o *V0040QosLimitsMaxWallClockPer) HasQos() bool

HasQos returns a boolean if a field has been set.

GetJob

func (o *V0040QosLimitsMaxWallClockPer) GetJob() V0040Uint32NoVal

GetJob returns the Job field if non-nil, zero value otherwise.

GetJobOk

func (o *V0040QosLimitsMaxWallClockPer) GetJobOk() (*V0040Uint32NoVal, bool)

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

SetJob

func (o *V0040QosLimitsMaxWallClockPer) SetJob(v V0040Uint32NoVal)

SetJob sets Job field to given value.

HasJob

func (o *V0040QosLimitsMaxWallClockPer) HasJob() bool

HasJob returns a boolean if a field has been set.

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