Minimum number of CPUs required to run the process (unit is CPU core).
Name | Type | Description | Notes |
---|
from unity_sps_ogc_processes_api_python_client.models.cpumin import Cpumin
# TODO update the JSON string below
json = "{}"
# create an instance of Cpumin from a JSON string
cpumin_instance = Cpumin.from_json(json)
# print the JSON string representation of the object
print(Cpumin.to_json())
# convert the object into a dict
cpumin_dict = cpumin_instance.to_dict()
# create an instance of Cpumin from a dict
cpumin_from_dict = Cpumin.from_dict(cpumin_dict)