Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.49 KB

File metadata and controls

29 lines (20 loc) · 1.49 KB

InlineResponse200541ResultDataMaximumEmailsPerHour

The maximum number of emails that the account can send in one hour. * A positive integer. * 0 or unlimited - The account can send an unlimited number of emails.

Properties

Name Type Description Notes

Example

from clientapi_cpanel.models.inline_response200541_result_data_maximum_emails_per_hour import InlineResponse200541ResultDataMaximumEmailsPerHour

# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200541ResultDataMaximumEmailsPerHour from a JSON string
inline_response200541_result_data_maximum_emails_per_hour_instance = InlineResponse200541ResultDataMaximumEmailsPerHour.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200541ResultDataMaximumEmailsPerHour.to_json())

# convert the object into a dict
inline_response200541_result_data_maximum_emails_per_hour_dict = inline_response200541_result_data_maximum_emails_per_hour_instance.to_dict()
# create an instance of InlineResponse200541ResultDataMaximumEmailsPerHour from a dict
inline_response200541_result_data_maximum_emails_per_hour_from_dict = InlineResponse200541ResultDataMaximumEmailsPerHour.from_dict(inline_response200541_result_data_maximum_emails_per_hour_dict)

[Back to Model list] [Back to API list] [Back to README]