| Name | Type | Description | Notes |
|---|---|---|---|
| run_seconds | List[V0043SharesUint64Tres] | [optional] | |
| group_minutes | List[V0043SharesUint64Tres] | [optional] | |
| usage | List[V0043SharesFloat128Tres] | [optional] |
from slurmrest_python.models.v0043_assoc_shares_obj_wrap_tres import V0043AssocSharesObjWrapTres
# TODO update the JSON string below
json = "{}"
# create an instance of V0043AssocSharesObjWrapTres from a JSON string
v0043_assoc_shares_obj_wrap_tres_instance = V0043AssocSharesObjWrapTres.from_json(json)
# print the JSON string representation of the object
print(V0043AssocSharesObjWrapTres.to_json())
# convert the object into a dict
v0043_assoc_shares_obj_wrap_tres_dict = v0043_assoc_shares_obj_wrap_tres_instance.to_dict()
# create an instance of V0043AssocSharesObjWrapTres from a dict
v0043_assoc_shares_obj_wrap_tres_from_dict = V0043AssocSharesObjWrapTres.from_dict(v0043_assoc_shares_obj_wrap_tres_dict)