Name | Type | Description | Notes |
---|---|---|---|
Qos | Pointer to V0040Uint32NoVal | [optional] | |
Job | Pointer to V0040Uint32NoVal | [optional] |
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
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
func (o *V0040QosLimitsMaxWallClockPer) GetQos() V0040Uint32NoVal
GetQos returns the Qos field if non-nil, zero value otherwise.
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.
func (o *V0040QosLimitsMaxWallClockPer) SetQos(v V0040Uint32NoVal)
SetQos sets Qos field to given value.
func (o *V0040QosLimitsMaxWallClockPer) HasQos() bool
HasQos returns a boolean if a field has been set.
func (o *V0040QosLimitsMaxWallClockPer) GetJob() V0040Uint32NoVal
GetJob returns the Job field if non-nil, zero value otherwise.
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.
func (o *V0040QosLimitsMaxWallClockPer) SetJob(v V0040Uint32NoVal)
SetJob sets Job field to given value.
func (o *V0040QosLimitsMaxWallClockPer) HasJob() bool
HasJob returns a boolean if a field has been set.