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
Name of federation sibling (may be empty for non-federation)
[optional]
Example
fromslurmrest_python.models.v0041_openapi_kill_jobs_resp_status_inner_federationimportV0041OpenapiKillJobsRespStatusInnerFederation# TODO update the JSON string belowjson="{}"# create an instance of V0041OpenapiKillJobsRespStatusInnerFederation from a JSON stringv0041_openapi_kill_jobs_resp_status_inner_federation_instance=V0041OpenapiKillJobsRespStatusInnerFederation.from_json(json)
# print the JSON string representation of the objectprint(V0041OpenapiKillJobsRespStatusInnerFederation.to_json())
# convert the object into a dictv0041_openapi_kill_jobs_resp_status_inner_federation_dict=v0041_openapi_kill_jobs_resp_status_inner_federation_instance.to_dict()
# create an instance of V0041OpenapiKillJobsRespStatusInnerFederation from a dictv0041_openapi_kill_jobs_resp_status_inner_federation_from_dict=V0041OpenapiKillJobsRespStatusInnerFederation.from_dict(v0041_openapi_kill_jobs_resp_status_inner_federation_dict)