You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Удалять ли входящие письма. \ Если передан параметр `is_enabled`: `false`, то значение передавать нельзя
[optional]
incoming_list
object
Список адресов для пересылки. \ Если передан параметр `is_enabled`: `false`, то значение передавать нельзя
[optional]
Example
fromtimeweb_cloud_api.models.forwarding_incoming_is_enabledimportForwardingIncomingIsEnabled# TODO update the JSON string belowjson="{}"# create an instance of ForwardingIncomingIsEnabled from a JSON stringforwarding_incoming_is_enabled_instance=ForwardingIncomingIsEnabled.from_json(json)
# print the JSON string representation of the objectprintForwardingIncomingIsEnabled.to_json()
# convert the object into a dictforwarding_incoming_is_enabled_dict=forwarding_incoming_is_enabled_instance.to_dict()
# create an instance of ForwardingIncomingIsEnabled from a dictforwarding_incoming_is_enabled_form_dict=forwarding_incoming_is_enabled.from_dict(forwarding_incoming_is_enabled_dict)