Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.76 KB

File metadata and controls

32 lines (23 loc) · 1.76 KB

V0041OpenapiSharesRespSharesSharesInnerUsageNormalized

Normalized usage

Properties

Name Type Description Notes
set bool True if number has been set; False if number is unset [optional]
infinite bool True if number has been set to infinite; "set" and "number" will be ignored [optional]
number float If "set" is True the number will be set with value; otherwise ignore number contents [optional]

Example

from slurmrest_python.models.v0041_openapi_shares_resp_shares_shares_inner_usage_normalized import V0041OpenapiSharesRespSharesSharesInnerUsageNormalized

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

# convert the object into a dict
v0041_openapi_shares_resp_shares_shares_inner_usage_normalized_dict = v0041_openapi_shares_resp_shares_shares_inner_usage_normalized_instance.to_dict()
# create an instance of V0041OpenapiSharesRespSharesSharesInnerUsageNormalized from a dict
v0041_openapi_shares_resp_shares_shares_inner_usage_normalized_from_dict = V0041OpenapiSharesRespSharesSharesInnerUsageNormalized.from_dict(v0041_openapi_shares_resp_shares_shares_inner_usage_normalized_dict)

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