Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.4 KB

File metadata and controls

30 lines (21 loc) · 1.4 KB

V0041OpenapiPartitionRespPartitionsInnerPriority

Properties

Name Type Description Notes
job_factor int PriorityJobFactor [optional]
tier int PriorityTier [optional]

Example

from slurmrest_python.models.v0041_openapi_partition_resp_partitions_inner_priority import V0041OpenapiPartitionRespPartitionsInnerPriority

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

# convert the object into a dict
v0041_openapi_partition_resp_partitions_inner_priority_dict = v0041_openapi_partition_resp_partitions_inner_priority_instance.to_dict()
# create an instance of V0041OpenapiPartitionRespPartitionsInnerPriority from a dict
v0041_openapi_partition_resp_partitions_inner_priority_from_dict = V0041OpenapiPartitionRespPartitionsInnerPriority.from_dict(v0041_openapi_partition_resp_partitions_inner_priority_dict)

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