| Name | Type | Description | Notes |
|---|---|---|---|
| run_seconds | List[V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner] | Currently running tres-secs = grp_used_tres_run_secs | [optional] |
| group_minutes | List[V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner] | TRES-minute limit | [optional] |
| usage | List[V0041OpenapiSharesRespSharesSharesInnerTresUsageInner] | Measure of each TRES usage | [optional] |
from slurmrest_python.models.v0041_openapi_shares_resp_shares_shares_inner_tres import V0041OpenapiSharesRespSharesSharesInnerTres
# TODO update the JSON string below
json = "{}"
# create an instance of V0041OpenapiSharesRespSharesSharesInnerTres from a JSON string
v0041_openapi_shares_resp_shares_shares_inner_tres_instance = V0041OpenapiSharesRespSharesSharesInnerTres.from_json(json)
# print the JSON string representation of the object
print(V0041OpenapiSharesRespSharesSharesInnerTres.to_json())
# convert the object into a dict
v0041_openapi_shares_resp_shares_shares_inner_tres_dict = v0041_openapi_shares_resp_shares_shares_inner_tres_instance.to_dict()
# create an instance of V0041OpenapiSharesRespSharesSharesInnerTres from a dict
v0041_openapi_shares_resp_shares_shares_inner_tres_from_dict = V0041OpenapiSharesRespSharesSharesInnerTres.from_dict(v0041_openapi_shares_resp_shares_shares_inner_tres_dict)