Minimum required temporary storage size (unit is GB)
Name | Type | Description | Notes |
---|
from unity_sps_ogc_processes_api_python_client.models.storagetempmin import Storagetempmin
# TODO update the JSON string below
json = "{}"
# create an instance of Storagetempmin from a JSON string
storagetempmin_instance = Storagetempmin.from_json(json)
# print the JSON string representation of the object
print(Storagetempmin.to_json())
# convert the object into a dict
storagetempmin_dict = storagetempmin_instance.to_dict()
# create an instance of Storagetempmin from a dict
storagetempmin_from_dict = Storagetempmin.from_dict(storagetempmin_dict)