Minimum required output storage size (unit is GB)
Name | Type | Description | Notes |
---|
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)