You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indicates whether the coordinator was directly assigned to this account
[optional]
Example
fromslurmrest_python.models.v0041_openapi_slurmdbd_config_resp_accounts_inner_coordinators_innerimportV0041OpenapiSlurmdbdConfigRespAccountsInnerCoordinatorsInner# TODO update the JSON string belowjson="{}"# create an instance of V0041OpenapiSlurmdbdConfigRespAccountsInnerCoordinatorsInner from a JSON stringv0041_openapi_slurmdbd_config_resp_accounts_inner_coordinators_inner_instance=V0041OpenapiSlurmdbdConfigRespAccountsInnerCoordinatorsInner.from_json(json)
# print the JSON string representation of the objectprint(V0041OpenapiSlurmdbdConfigRespAccountsInnerCoordinatorsInner.to_json())
# convert the object into a dictv0041_openapi_slurmdbd_config_resp_accounts_inner_coordinators_inner_dict=v0041_openapi_slurmdbd_config_resp_accounts_inner_coordinators_inner_instance.to_dict()
# create an instance of V0041OpenapiSlurmdbdConfigRespAccountsInnerCoordinatorsInner from a dictv0041_openapi_slurmdbd_config_resp_accounts_inner_coordinators_inner_from_dict=V0041OpenapiSlurmdbdConfigRespAccountsInnerCoordinatorsInner.from_dict(v0041_openapi_slurmdbd_config_resp_accounts_inner_coordinators_inner_dict)