You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Total time spent doing daily daily rollup (seconds)
[optional]
max
int
Longest daily rollup time (seconds)
[optional]
time
int
Total time spent doing daily rollups (seconds)
[optional]
Example
fromslurmrest_python.models.v0041_openapi_slurmdbd_stats_resp_statistics_rollups_daily_durationimportV0041OpenapiSlurmdbdStatsRespStatisticsRollupsDailyDuration# TODO update the JSON string belowjson="{}"# create an instance of V0041OpenapiSlurmdbdStatsRespStatisticsRollupsDailyDuration from a JSON stringv0041_openapi_slurmdbd_stats_resp_statistics_rollups_daily_duration_instance=V0041OpenapiSlurmdbdStatsRespStatisticsRollupsDailyDuration.from_json(json)
# print the JSON string representation of the objectprint(V0041OpenapiSlurmdbdStatsRespStatisticsRollupsDailyDuration.to_json())
# convert the object into a dictv0041_openapi_slurmdbd_stats_resp_statistics_rollups_daily_duration_dict=v0041_openapi_slurmdbd_stats_resp_statistics_rollups_daily_duration_instance.to_dict()
# create an instance of V0041OpenapiSlurmdbdStatsRespStatisticsRollupsDailyDuration from a dictv0041_openapi_slurmdbd_stats_resp_statistics_rollups_daily_duration_from_dict=V0041OpenapiSlurmdbdStatsRespStatisticsRollupsDailyDuration.from_dict(v0041_openapi_slurmdbd_stats_resp_statistics_rollups_daily_duration_dict)