Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.06 KB

File metadata and controls

30 lines (21 loc) · 1.06 KB

V0044SharesUint64Tres

Properties

Name Type Description Notes
name str TRES name [optional]
value V0044Uint64NoValStruct [optional]

Example

from slurmrest_python.models.v0044_shares_uint64_tres import V0044SharesUint64Tres

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

# convert the object into a dict
v0044_shares_uint64_tres_dict = v0044_shares_uint64_tres_instance.to_dict()
# create an instance of V0044SharesUint64Tres from a dict
v0044_shares_uint64_tres_from_dict = V0044SharesUint64Tres.from_dict(v0044_shares_uint64_tres_dict)

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