Name | Type | Description | Notes |
---|
from unity_sps_ogc_processes_api_python_client.models.minimum import Minimum
# TODO update the JSON string below
json = "{}"
# create an instance of Minimum from a JSON string
minimum_instance = Minimum.from_json(json)
# print the JSON string representation of the object
print(Minimum.to_json())
# convert the object into a dict
minimum_dict = minimum_instance.to_dict()
# create an instance of Minimum from a dict
minimum_from_dict = Minimum.from_dict(minimum_dict)