Maximum RAM memory dedicated to the application (unit is GB)
Name | Type | Description | Notes |
---|
from unity_sps_ogc_processes_api_python_client.models.memorymax import Memorymax
# TODO update the JSON string below
json = "{}"
# create an instance of Memorymax from a JSON string
memorymax_instance = Memorymax.from_json(json)
# print the JSON string representation of the object
print(Memorymax.to_json())
# convert the object into a dict
memorymax_dict = memorymax_instance.to_dict()
# create an instance of Memorymax from a dict
memorymax_from_dict = Memorymax.from_dict(memorymax_dict)