| Name | Type | Description | Notes |
|---|---|---|---|
| tres | List[SlurmdbV0041PostUsersAssociationRequestAssociationConditionAssociationGrptresInner] | TRES | |
| meta | SlurmV0041GetShares200ResponseMeta | [optional] | |
| errors | List[SlurmV0041GetShares200ResponseErrorsInner] | Query errors | [optional] |
| warnings | List[SlurmV0041GetShares200ResponseWarningsInner] | Query warnings | [optional] |
from slurm_api_client.models.v0041_openapi_tres_resp import V0041OpenapiTresResp
# TODO update the JSON string below
json = "{}"
# create an instance of V0041OpenapiTresResp from a JSON string
v0041_openapi_tres_resp_instance = V0041OpenapiTresResp.from_json(json)
# print the JSON string representation of the object
print(V0041OpenapiTresResp.to_json())
# convert the object into a dict
v0041_openapi_tres_resp_dict = v0041_openapi_tres_resp_instance.to_dict()
# create an instance of V0041OpenapiTresResp from a dict
v0041_openapi_tres_resp_from_dict = V0041OpenapiTresResp.from_dict(v0041_openapi_tres_resp_dict)