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
Whether the system is processing a backup restoration. * `0` - No restoration in progress. This is the only possible value.
[optional]
sites
object
Information about the site that the system is actively restoring. Note: * This function returns an empty array when there is not an active backup restoration. This is the only possible value. * We have not implemented this return.
fromclientapi_cpanel.models.inline_response200573_result_data_itemsimportInlineResponse200573ResultDataItems# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse200573ResultDataItems from a JSON stringinline_response200573_result_data_items_instance=InlineResponse200573ResultDataItems.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse200573ResultDataItems.to_json())
# convert the object into a dictinline_response200573_result_data_items_dict=inline_response200573_result_data_items_instance.to_dict()
# create an instance of InlineResponse200573ResultDataItems from a dictinline_response200573_result_data_items_from_dict=InlineResponse200573ResultDataItems.from_dict(inline_response200573_result_data_items_dict)