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 WordPress site's unique ID. Note: `null` is the only possible value. We have not implemented this return.
[optional]
site
str
The WordPress site's URL. The URL does not contain a protocol prefix.
[optional]
type
str
The type of process that is active. Note: `backup` is the only possible value.
[optional]
Example
fromclientapi_cpanel.models.inline_response200556_result_data_sitesimportInlineResponse200556ResultDataSites# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse200556ResultDataSites from a JSON stringinline_response200556_result_data_sites_instance=InlineResponse200556ResultDataSites.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse200556ResultDataSites.to_json())
# convert the object into a dictinline_response200556_result_data_sites_dict=inline_response200556_result_data_sites_instance.to_dict()
# create an instance of InlineResponse200556ResultDataSites from a dictinline_response200556_result_data_sites_from_dict=InlineResponse200556ResultDataSites.from_dict(inline_response200556_result_data_sites_dict)