Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.05 KB

File metadata and controls

28 lines (20 loc) · 1.05 KB

SpamProtectionIsDisabled

Properties

Name Type Description Notes
is_enabled object Включен ли спам-фильтр

Example

from timeweb_cloud_api.models.spam_protection_is_disabled import SpamProtectionIsDisabled

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

# convert the object into a dict
spam_protection_is_disabled_dict = spam_protection_is_disabled_instance.to_dict()
# create an instance of SpamProtectionIsDisabled from a dict
spam_protection_is_disabled_form_dict = spam_protection_is_disabled.from_dict(spam_protection_is_disabled_dict)

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