Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.05 KB

File metadata and controls

29 lines (20 loc) · 1.05 KB

V0042PartitionInfoPartition

Properties

Name Type Description Notes
state List[str] [optional]

Example

from slurmrest_python.models.v0042_partition_info_partition import V0042PartitionInfoPartition

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

# convert the object into a dict
v0042_partition_info_partition_dict = v0042_partition_info_partition_instance.to_dict()
# create an instance of V0042PartitionInfoPartition from a dict
v0042_partition_info_partition_from_dict = V0042PartitionInfoPartition.from_dict(v0042_partition_info_partition_dict)

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