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]
outgoing_to
object
Адрес для пересылки исходящих писем. \ Если передан параметр `is_enabled`: `false`, то значение передавать нельзя
[optional]
Example
fromtimeweb_cloud_api.models.forwarding_outgoing_is_enabledimportForwardingOutgoingIsEnabled# TODO update the JSON string belowjson="{}"# create an instance of ForwardingOutgoingIsEnabled from a JSON stringforwarding_outgoing_is_enabled_instance=ForwardingOutgoingIsEnabled.from_json(json)
# print the JSON string representation of the objectprintForwardingOutgoingIsEnabled.to_json()
# convert the object into a dictforwarding_outgoing_is_enabled_dict=forwarding_outgoing_is_enabled_instance.to_dict()
# create an instance of ForwardingOutgoingIsEnabled from a dictforwarding_outgoing_is_enabled_form_dict=forwarding_outgoing_is_enabled.from_dict(forwarding_outgoing_is_enabled_dict)