| Name |
Type |
Description |
Notes |
| name |
str |
TRES name |
[optional] |
| value |
float |
TRES value |
[optional] |
from slurmrest_python.models.v0043_shares_float128_tres import V0043SharesFloat128Tres
# TODO update the JSON string below
json = "{}"
# create an instance of V0043SharesFloat128Tres from a JSON string
v0043_shares_float128_tres_instance = V0043SharesFloat128Tres.from_json(json)
# print the JSON string representation of the object
print(V0043SharesFloat128Tres.to_json())
# convert the object into a dict
v0043_shares_float128_tres_dict = v0043_shares_float128_tres_instance.to_dict()
# create an instance of V0043SharesFloat128Tres from a dict
v0043_shares_float128_tres_from_dict = V0043SharesFloat128Tres.from_dict(v0043_shares_float128_tres_dict)
[Back to Model list] [Back to API list] [Back to README]