Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.63 KB

File metadata and controls

29 lines (20 loc) · 1.63 KB

V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxPerAccount

Properties

Name Type Description Notes
wall_clock V0041OpenapiSlurmdbdConfigRespQosInnerLimitsMaxWallClockPerQos [optional]

Example

from slurmrest_python.models.v0041_openapi_slurmdbd_config_resp_associations_inner_max_per_account import V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxPerAccount

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

# convert the object into a dict
v0041_openapi_slurmdbd_config_resp_associations_inner_max_per_account_dict = v0041_openapi_slurmdbd_config_resp_associations_inner_max_per_account_instance.to_dict()
# create an instance of V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxPerAccount from a dict
v0041_openapi_slurmdbd_config_resp_associations_inner_max_per_account_from_dict = V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxPerAccount.from_dict(v0041_openapi_slurmdbd_config_resp_associations_inner_max_per_account_dict)

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