Timeout delay for a job execution (in seconds)
Name | Type | Description | Notes |
---|
from unity_sps_ogc_processes_api_python_client.models.jobtimeout import Jobtimeout
# TODO update the JSON string below
json = "{}"
# create an instance of Jobtimeout from a JSON string
jobtimeout_instance = Jobtimeout.from_json(json)
# print the JSON string representation of the object
print(Jobtimeout.to_json())
# convert the object into a dict
jobtimeout_dict = jobtimeout_instance.to_dict()
# create an instance of Jobtimeout from a dict
jobtimeout_from_dict = Jobtimeout.from_dict(jobtimeout_dict)