Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 871 Bytes

File metadata and controls

27 lines (20 loc) · 871 Bytes

Memorymin

Minimum RAM memory required to run the application (unit is GB)

Properties

Name Type Description Notes

Example

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)

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