| Name | Type | Description | Notes |
|---|---|---|---|
| allocated | List[V0042Tres] | [optional] | |
| requested | List[V0042Tres] | [optional] |
from slurmrest_python.models.v0042_job_tres import V0042JobTres
# TODO update the JSON string below
json = "{}"
# create an instance of V0042JobTres from a JSON string
v0042_job_tres_instance = V0042JobTres.from_json(json)
# print the JSON string representation of the object
print(V0042JobTres.to_json())
# convert the object into a dict
v0042_job_tres_dict = v0042_job_tres_instance.to_dict()
# create an instance of V0042JobTres from a dict
v0042_job_tres_from_dict = V0042JobTres.from_dict(v0042_job_tres_dict)