Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 925 Bytes

Storagetempmin.md

File metadata and controls

27 lines (20 loc) · 925 Bytes

Storagetempmin

Minimum required temporary storage size (unit is GB)

Properties

Name Type Description Notes

Example

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)

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