Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1003 Bytes

File metadata and controls

28 lines (20 loc) · 1003 Bytes

ForwardIsDisabled

Properties

Name Type Description Notes
is_enabled object Включена ли пересылка входящих писем

Example

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]