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 backup's file name with the `tar.zip` extension.
[optional]
path
str
The absolute path to the backup file.
[optional]
site
str
The site's URL without the protocol prefix.
[optional]
Example
fromclientapi_cpanel.models.inline_response200559_result_data_availableimportInlineResponse200559ResultDataAvailable# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse200559ResultDataAvailable from a JSON stringinline_response200559_result_data_available_instance=InlineResponse200559ResultDataAvailable.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse200559ResultDataAvailable.to_json())
# convert the object into a dictinline_response200559_result_data_available_dict=inline_response200559_result_data_available_instance.to_dict()
# create an instance of InlineResponse200559ResultDataAvailable from a dictinline_response200559_result_data_available_from_dict=InlineResponse200559ResultDataAvailable.from_dict(inline_response200559_result_data_available_dict)