| Name |
Type |
Description |
Notes |
| is_enabled |
object |
Включен ли спам-фильтр |
|
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]