| Name | Type | Description | Notes |
|---|---|---|---|
| resume | V0044Uint16NoValStruct | [optional] | |
| suspend | V0044Uint16NoValStruct | [optional] |
from slurmrest_python.models.v0044_partition_info_timeouts import V0044PartitionInfoTimeouts
# TODO update the JSON string below
json = "{}"
# create an instance of V0044PartitionInfoTimeouts from a JSON string
v0044_partition_info_timeouts_instance = V0044PartitionInfoTimeouts.from_json(json)
# print the JSON string representation of the object
print(V0044PartitionInfoTimeouts.to_json())
# convert the object into a dict
v0044_partition_info_timeouts_dict = v0044_partition_info_timeouts_instance.to_dict()
# create an instance of V0044PartitionInfoTimeouts from a dict
v0044_partition_info_timeouts_from_dict = V0044PartitionInfoTimeouts.from_dict(v0044_partition_info_timeouts_dict)