| Name |
Type |
Description |
Notes |
| is_enabled |
object |
Включена ли пересылка входящих писем |
|
from timeweb_cloud_api.models.forward_is_disabled import ForwardIsDisabled
# TODO update the JSON string below
json = "{}"
# create an instance of ForwardIsDisabled from a JSON string
forward_is_disabled_instance = ForwardIsDisabled.from_json(json)
# print the JSON string representation of the object
print ForwardIsDisabled.to_json()
# convert the object into a dict
forward_is_disabled_dict = forward_is_disabled_instance.to_dict()
# create an instance of ForwardIsDisabled from a dict
forward_is_disabled_form_dict = forward_is_disabled.from_dict(forward_is_disabled_dict)
[Back to Model list] [Back to API list] [Back to README]