Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 839 Bytes

File metadata and controls

27 lines (20 loc) · 839 Bytes

Cpumin

Minimum number of CPUs required to run the process (unit is CPU core).

Properties

Name Type Description Notes

Example

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)

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