| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | TRES name | [optional] |
| value | V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInnerValue | [optional] |
from slurmrest_python.models.v0041_openapi_shares_resp_shares_shares_inner_tres_run_seconds_inner import V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner
# TODO update the JSON string below
json = "{}"
# create an instance of V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner from a JSON string
v0041_openapi_shares_resp_shares_shares_inner_tres_run_seconds_inner_instance = V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner.from_json(json)
# print the JSON string representation of the object
print(V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner.to_json())
# convert the object into a dict
v0041_openapi_shares_resp_shares_shares_inner_tres_run_seconds_inner_dict = v0041_openapi_shares_resp_shares_shares_inner_tres_run_seconds_inner_instance.to_dict()
# create an instance of V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner from a dict
v0041_openapi_shares_resp_shares_shares_inner_tres_run_seconds_inner_from_dict = V0041OpenapiSharesRespSharesSharesInnerTresRunSecondsInner.from_dict(v0041_openapi_shares_resp_shares_shares_inner_tres_run_seconds_inner_dict)