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 Task Queue subsystem that will handle the task. * `VersionControl` Note: * `VersionControl` is the only possible value.
[optional]
Example
fromclientapi_cpanel.models.inline_response200545_result_data_tasksimportInlineResponse200545ResultDataTasks# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse200545ResultDataTasks from a JSON stringinline_response200545_result_data_tasks_instance=InlineResponse200545ResultDataTasks.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse200545ResultDataTasks.to_json())
# convert the object into a dictinline_response200545_result_data_tasks_dict=inline_response200545_result_data_tasks_instance.to_dict()
# create an instance of InlineResponse200545ResultDataTasks from a dictinline_response200545_result_data_tasks_from_dict=InlineResponse200545ResultDataTasks.from_dict(inline_response200545_result_data_tasks_dict)