Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.26 KB

File metadata and controls

31 lines (22 loc) · 1.26 KB

V0041OpenapiSharesRespMetaClient

Properties

Name Type Description Notes
source str Client source description [optional]
user str Client user (if known) [optional]
group str Client group (if known) [optional]

Example

from slurmrest_python.models.v0041_openapi_shares_resp_meta_client import V0041OpenapiSharesRespMetaClient

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

# convert the object into a dict
v0041_openapi_shares_resp_meta_client_dict = v0041_openapi_shares_resp_meta_client_instance.to_dict()
# create an instance of V0041OpenapiSharesRespMetaClient from a dict
v0041_openapi_shares_resp_meta_client_from_dict = V0041OpenapiSharesRespMetaClient.from_dict(v0041_openapi_shares_resp_meta_client_dict)

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