Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.07 KB

File metadata and controls

29 lines (20 loc) · 1.07 KB

V0044StepStatisticsEnergy

Properties

Name Type Description Notes
consumed V0044Uint64NoValStruct [optional]

Example

from slurmrest_python.models.v0044_step_statistics_energy import V0044StepStatisticsEnergy

# TODO update the JSON string below
json = "{}"
# create an instance of V0044StepStatisticsEnergy from a JSON string
v0044_step_statistics_energy_instance = V0044StepStatisticsEnergy.from_json(json)
# print the JSON string representation of the object
print(V0044StepStatisticsEnergy.to_json())

# convert the object into a dict
v0044_step_statistics_energy_dict = v0044_step_statistics_energy_instance.to_dict()
# create an instance of V0044StepStatisticsEnergy from a dict
v0044_step_statistics_energy_from_dict = V0044StepStatisticsEnergy.from_dict(v0044_step_statistics_energy_dict)

[Back to Model list] [Back to API list] [Back to README]