Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.22 KB

File metadata and controls

30 lines (21 loc) · 1.22 KB

V0044QosLimitsMaxWallClockPer

Properties

Name Type Description Notes
qos V0044Uint32NoValStruct [optional]
job V0044Uint32NoValStruct [optional]

Example

from slurmrest_python.models.v0044_qos_limits_max_wall_clock_per import V0044QosLimitsMaxWallClockPer

# TODO update the JSON string below
json = "{}"
# create an instance of V0044QosLimitsMaxWallClockPer from a JSON string
v0044_qos_limits_max_wall_clock_per_instance = V0044QosLimitsMaxWallClockPer.from_json(json)
# print the JSON string representation of the object
print(V0044QosLimitsMaxWallClockPer.to_json())

# convert the object into a dict
v0044_qos_limits_max_wall_clock_per_dict = v0044_qos_limits_max_wall_clock_per_instance.to_dict()
# create an instance of V0044QosLimitsMaxWallClockPer from a dict
v0044_qos_limits_max_wall_clock_per_from_dict = V0044QosLimitsMaxWallClockPer.from_dict(v0044_qos_limits_max_wall_clock_per_dict)

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