Name | Type | Description | Notes |
---|
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)