Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.69 KB

File metadata and controls

31 lines (22 loc) · 1.69 KB

V0041OpenapiSlurmdbdStatsRespStatisticsRollupsMonthly

Properties

Name Type Description Notes
count int Number of monthly rollups since last_run [optional]
last_run int Last time monthly rollup ran (UNIX timestamp) [optional]
duration V0041OpenapiSlurmdbdStatsRespStatisticsRollupsMonthlyDuration [optional]

Example

from slurmrest_python.models.v0041_openapi_slurmdbd_stats_resp_statistics_rollups_monthly import V0041OpenapiSlurmdbdStatsRespStatisticsRollupsMonthly

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

# convert the object into a dict
v0041_openapi_slurmdbd_stats_resp_statistics_rollups_monthly_dict = v0041_openapi_slurmdbd_stats_resp_statistics_rollups_monthly_instance.to_dict()
# create an instance of V0041OpenapiSlurmdbdStatsRespStatisticsRollupsMonthly from a dict
v0041_openapi_slurmdbd_stats_resp_statistics_rollups_monthly_from_dict = V0041OpenapiSlurmdbdStatsRespStatisticsRollupsMonthly.from_dict(v0041_openapi_slurmdbd_stats_resp_statistics_rollups_monthly_dict)

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