| Name | Type | Description | Notes |
|---|---|---|---|
| per | V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMaxWallClockPer | [optional] |
from slurmrest_python.models.v0041_openapi_slurmdbd_config_resp_qos_inner_limits_max_wall_clock import V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMaxWallClock
# TODO update the JSON string below
json = "{}"
# create an instance of V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMaxWallClock from a JSON string
v0041_openapi_slurmdbd_config_resp_qos_inner_limits_max_wall_clock_instance = V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMaxWallClock.from_json(json)
# print the JSON string representation of the object
print(V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMaxWallClock.to_json())
# convert the object into a dict
v0041_openapi_slurmdbd_config_resp_qos_inner_limits_max_wall_clock_dict = v0041_openapi_slurmdbd_config_resp_qos_inner_limits_max_wall_clock_instance.to_dict()
# create an instance of V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMaxWallClock from a dict
v0041_openapi_slurmdbd_config_resp_qos_inner_limits_max_wall_clock_from_dict = V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMaxWallClock.from_dict(v0041_openapi_slurmdbd_config_resp_qos_inner_limits_max_wall_clock_dict)