Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 961 Bytes

Storageoutputsmin.md

File metadata and controls

27 lines (20 loc) · 961 Bytes

Storageoutputsmin

Minimum required output storage size (unit is GB)

Properties

Name Type Description Notes

Example

from unity_sps_ogc_processes_api_python_client.models.storageoutputsmin import Storageoutputsmin

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

# convert the object into a dict
storageoutputsmin_dict = storageoutputsmin_instance.to_dict()
# create an instance of Storageoutputsmin from a dict
storageoutputsmin_from_dict = Storageoutputsmin.from_dict(storageoutputsmin_dict)

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