Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.28 KB

File metadata and controls

30 lines (21 loc) · 1.28 KB

V0041OpenapiSharesRespWarningsInner

Properties

Name Type Description Notes
description str Long form warning description [optional]
source str Source of warning or where warning was first detected [optional]

Example

from slurmrest_python.models.v0041_openapi_shares_resp_warnings_inner import V0041OpenapiSharesRespWarningsInner

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

# convert the object into a dict
v0041_openapi_shares_resp_warnings_inner_dict = v0041_openapi_shares_resp_warnings_inner_instance.to_dict()
# create an instance of V0041OpenapiSharesRespWarningsInner from a dict
v0041_openapi_shares_resp_warnings_inner_from_dict = V0041OpenapiSharesRespWarningsInner.from_dict(v0041_openapi_shares_resp_warnings_inner_dict)

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