Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.25 KB

File metadata and controls

31 lines (22 loc) · 1.25 KB

V0041OpenapiSharesRespShares

fairshare info

Properties

Name Type Description Notes
shares List[V0041OpenapiSharesRespSharesSharesInner] Association shares [optional]
total_shares int Total number of shares [optional]

Example

from slurmrest_python.models.v0041_openapi_shares_resp_shares import V0041OpenapiSharesRespShares

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

# convert the object into a dict
v0041_openapi_shares_resp_shares_dict = v0041_openapi_shares_resp_shares_instance.to_dict()
# create an instance of V0041OpenapiSharesRespShares from a dict
v0041_openapi_shares_resp_shares_from_dict = V0041OpenapiSharesRespShares.from_dict(v0041_openapi_shares_resp_shares_dict)

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