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
Optional message that may include more information about errors.
[optional]
state
str
The state of the step. It will be one of the following: * `error` - An error occurred while processing the file. * `info` - The message is information only. * `success` - The disinfection was successful.
type
str
* `step` - Record about a single file being processes.
Example
fromclientapi_cpanel.models.inline_response20063_result_data_details_innerimportInlineResponse20063ResultDataDetailsInner# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse20063ResultDataDetailsInner from a JSON stringinline_response20063_result_data_details_inner_instance=InlineResponse20063ResultDataDetailsInner.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse20063ResultDataDetailsInner.to_json())
# convert the object into a dictinline_response20063_result_data_details_inner_dict=inline_response20063_result_data_details_inner_instance.to_dict()
# create an instance of InlineResponse20063ResultDataDetailsInner from a dictinline_response20063_result_data_details_inner_from_dict=InlineResponse20063ResultDataDetailsInner.from_dict(inline_response20063_result_data_details_inner_dict)