| Name | Type | Description | Notes |
|---|---|---|---|
| consumed | V0043Uint64NoValStruct | [optional] |
from slurmrest_python.models.v0043_step_statistics_energy import V0043StepStatisticsEnergy
# TODO update the JSON string below
json = "{}"
# create an instance of V0043StepStatisticsEnergy from a JSON string
v0043_step_statistics_energy_instance = V0043StepStatisticsEnergy.from_json(json)
# print the JSON string representation of the object
print(V0043StepStatisticsEnergy.to_json())
# convert the object into a dict
v0043_step_statistics_energy_dict = v0043_step_statistics_energy_instance.to_dict()
# create an instance of V0043StepStatisticsEnergy from a dict
v0043_step_statistics_energy_from_dict = V0043StepStatisticsEnergy.from_dict(v0043_step_statistics_energy_dict)