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 explanation of the outcome for each operation.
[optional]
status
int
The outcome of each operation. * `1` — Success. * `0` — Failed.
[optional]
type
str
The type of email address. * `email` — A regular email account. * `fwd` — A forwarder.
[optional]
Example
fromclientapi_cpanel.models.inline_response20057_result_data_resultsimportInlineResponse20057ResultDataResults# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse20057ResultDataResults from a JSON stringinline_response20057_result_data_results_instance=InlineResponse20057ResultDataResults.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse20057ResultDataResults.to_json())
# convert the object into a dictinline_response20057_result_data_results_dict=inline_response20057_result_data_results_instance.to_dict()
# create an instance of InlineResponse20057ResultDataResults from a dictinline_response20057_result_data_results_from_dict=InlineResponse20057ResultDataResults.from_dict(inline_response20057_result_data_results_dict)