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 set quota megabyte (MB) limit for the affected subaccount.
[optional]
message
str
The description of the issue.
[optional]
service
str
The affected service. * `email` * `ftp` * `webdisk`
[optional]
type
str
The type of issue. * `error` * `warning` * `info`
[optional]
used
int
The number of megabytes (MB) that the account currently uses.
[optional]
Example
fromclientapi_cpanel.models.inline_response200535_result_data_issuesimportInlineResponse200535ResultDataIssues# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse200535ResultDataIssues from a JSON stringinline_response200535_result_data_issues_instance=InlineResponse200535ResultDataIssues.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse200535ResultDataIssues.to_json())
# convert the object into a dictinline_response200535_result_data_issues_dict=inline_response200535_result_data_issues_instance.to_dict()
# create an instance of InlineResponse200535ResultDataIssues from a dictinline_response200535_result_data_issues_from_dict=InlineResponse200535ResultDataIssues.from_dict(inline_response200535_result_data_issues_dict)