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 analyzer can be turned on or off for the domain by the cPanel user. - `1` - the analyzer cannot be managed by the cPanel user. The reseller or `root` controls the configuration. - `0` - the analyzer can be managed by the cPanel user.
[optional]
transformed
int
Post-processing may have transformed the data.
[optional]
Example
fromclientapi_cpanel.models.inline_response200493_result_metadataimportInlineResponse200493ResultMetadata# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse200493ResultMetadata from a JSON stringinline_response200493_result_metadata_instance=InlineResponse200493ResultMetadata.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse200493ResultMetadata.to_json())
# convert the object into a dictinline_response200493_result_metadata_dict=inline_response200493_result_metadata_instance.to_dict()
# create an instance of InlineResponse200493ResultMetadata from a dictinline_response200493_result_metadata_from_dict=InlineResponse200493ResultMetadata.from_dict(inline_response200493_result_metadata_dict)