| Name | Type | Description | Notes |
|---|---|---|---|
| wall_clock | V0044Uint32NoValStruct | [optional] |
from slurmrest_python.models.v0044_assoc_max_per_account import V0044AssocMaxPerAccount
# TODO update the JSON string below
json = "{}"
# create an instance of V0044AssocMaxPerAccount from a JSON string
v0044_assoc_max_per_account_instance = V0044AssocMaxPerAccount.from_json(json)
# print the JSON string representation of the object
print(V0044AssocMaxPerAccount.to_json())
# convert the object into a dict
v0044_assoc_max_per_account_dict = v0044_assoc_max_per_account_instance.to_dict()
# create an instance of V0044AssocMaxPerAccount from a dict
v0044_assoc_max_per_account_from_dict = V0044AssocMaxPerAccount.from_dict(v0044_assoc_max_per_account_dict)