Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 868 Bytes

File metadata and controls

27 lines (20 loc) · 868 Bytes

Memorymax

Maximum RAM memory dedicated to the application (unit is GB)

Properties

Name Type Description Notes

Example

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)

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