Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 867 Bytes

File metadata and controls

27 lines (20 loc) · 867 Bytes

Jobtimeout

Timeout delay for a job execution (in seconds)

Properties

Name Type Description Notes

Example

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)

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