Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 781 Bytes

File metadata and controls

26 lines (19 loc) · 781 Bytes

Minimum

Properties

Name Type Description Notes

Example

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)

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