| Name | Type | Description | Notes |
|---|---|---|---|
| hourly | V0041OpenapiSlurmdbdStatsRespStatisticsRollupsHourly | [optional] | |
| daily | V0041OpenapiSlurmdbdStatsRespStatisticsRollupsDaily | [optional] | |
| monthly | V0041OpenapiSlurmdbdStatsRespStatisticsRollupsMonthly | [optional] |
from slurmrest_python.models.v0042_rollup_stats import V0042RollupStats
# TODO update the JSON string below
json = "{}"
# create an instance of V0042RollupStats from a JSON string
v0042_rollup_stats_instance = V0042RollupStats.from_json(json)
# print the JSON string representation of the object
print(V0042RollupStats.to_json())
# convert the object into a dict
v0042_rollup_stats_dict = v0042_rollup_stats_instance.to_dict()
# create an instance of V0042RollupStats from a dict
v0042_rollup_stats_from_dict = V0042RollupStats.from_dict(v0042_rollup_stats_dict)