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
fromtimeweb_cloud_api.models.forwarding_outgoing_is_disabledimportForwardingOutgoingIsDisabled# TODO update the JSON string belowjson="{}"# create an instance of ForwardingOutgoingIsDisabled from a JSON stringforwarding_outgoing_is_disabled_instance=ForwardingOutgoingIsDisabled.from_json(json)
# print the JSON string representation of the objectprintForwardingOutgoingIsDisabled.to_json()
# convert the object into a dictforwarding_outgoing_is_disabled_dict=forwarding_outgoing_is_disabled_instance.to_dict()
# create an instance of ForwardingOutgoingIsDisabled from a dictforwarding_outgoing_is_disabled_form_dict=forwarding_outgoing_is_disabled.from_dict(forwarding_outgoing_is_disabled_dict)