| Name | Type | Description | Notes |
|---|---|---|---|
| max | List[V0043Tres] | [optional] | |
| min | List[V0043Tres] | [optional] | |
| average | List[V0043Tres] | [optional] | |
| total | List[V0043Tres] | [optional] |
from slurmrest_python.models.v0043_step_tres_consumed import V0043StepTresConsumed
# TODO update the JSON string below
json = "{}"
# create an instance of V0043StepTresConsumed from a JSON string
v0043_step_tres_consumed_instance = V0043StepTresConsumed.from_json(json)
# print the JSON string representation of the object
print(V0043StepTresConsumed.to_json())
# convert the object into a dict
v0043_step_tres_consumed_dict = v0043_step_tres_consumed_instance.to_dict()
# create an instance of V0043StepTresConsumed from a dict
v0043_step_tres_consumed_from_dict = V0043StepTresConsumed.from_dict(v0043_step_tres_consumed_dict)