| Name | Type | Description | Notes |
|---|---|---|---|
| clusters | List[V0044ClusterRec] | ||
| meta | V0044OpenapiMeta | [optional] | |
| errors | List[V0044OpenapiError] | [optional] | |
| warnings | List[V0044OpenapiWarning] | [optional] |
from slurmrest_python.models.v0044_openapi_clusters_resp import V0044OpenapiClustersResp
# TODO update the JSON string below
json = "{}"
# create an instance of V0044OpenapiClustersResp from a JSON string
v0044_openapi_clusters_resp_instance = V0044OpenapiClustersResp.from_json(json)
# print the JSON string representation of the object
print(V0044OpenapiClustersResp.to_json())
# convert the object into a dict
v0044_openapi_clusters_resp_dict = v0044_openapi_clusters_resp_instance.to_dict()
# create an instance of V0044OpenapiClustersResp from a dict
v0044_openapi_clusters_resp_from_dict = V0044OpenapiClustersResp.from_dict(v0044_openapi_clusters_resp_dict)