Minimum RAM memory required to run the application (unit is GB)
Name | Type | Description | Notes |
---|
from unity_sps_ogc_processes_api_python_client.models.memorymin import Memorymin
# TODO update the JSON string below
json = "{}"
# create an instance of Memorymin from a JSON string
memorymin_instance = Memorymin.from_json(json)
# print the JSON string representation of the object
print(Memorymin.to_json())
# convert the object into a dict
memorymin_dict = memorymin_instance.to_dict()
# create an instance of Memorymin from a dict
memorymin_from_dict = Memorymin.from_dict(memorymin_dict)