Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 781 Bytes

File metadata and controls

26 lines (19 loc) · 781 Bytes

Maximum

Properties

Name Type Description Notes

Example

from unity_sps_ogc_processes_api_python_client.models.maximum import Maximum

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

# convert the object into a dict
maximum_dict = maximum_instance.to_dict()
# create an instance of Maximum from a dict
maximum_from_dict = Maximum.from_dict(maximum_dict)

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