You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Secure Server Events (SSE) interface URL to track the progress of the process.
[optional]
subsystem
str
The Task Queue subsystem that will handle the task. * `VersionControl` is the only possible value.
[optional]
Example
fromclientapi_cpanel.models.inline_response200544_result_tasksimportInlineResponse200544ResultTasks# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse200544ResultTasks from a JSON stringinline_response200544_result_tasks_instance=InlineResponse200544ResultTasks.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse200544ResultTasks.to_json())
# convert the object into a dictinline_response200544_result_tasks_dict=inline_response200544_result_tasks_instance.to_dict()
# create an instance of InlineResponse200544ResultTasks from a dictinline_response200544_result_tasks_from_dict=InlineResponse200544ResultTasks.from_dict(inline_response200544_result_tasks_dict)