Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.3 KB

File metadata and controls

31 lines (22 loc) · 1.3 KB

V0044AssocSharesObjWrapTres

Properties

Name Type Description Notes
run_seconds List[V0044SharesUint64Tres] [optional]
group_minutes List[V0044SharesUint64Tres] [optional]
usage List[V0044SharesFloat128Tres] [optional]

Example

from slurmrest_python.models.v0044_assoc_shares_obj_wrap_tres import V0044AssocSharesObjWrapTres

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

# convert the object into a dict
v0044_assoc_shares_obj_wrap_tres_dict = v0044_assoc_shares_obj_wrap_tres_instance.to_dict()
# create an instance of V0044AssocSharesObjWrapTres from a dict
v0044_assoc_shares_obj_wrap_tres_from_dict = V0044AssocSharesObjWrapTres.from_dict(v0044_assoc_shares_obj_wrap_tres_dict)

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