Направление трафика
| Name | Type | Description | Notes |
|---|
from timeweb_cloud_api.models.firewall_rule_direction import FirewallRuleDirection
# TODO update the JSON string below
json = "{}"
# create an instance of FirewallRuleDirection from a JSON string
firewall_rule_direction_instance = FirewallRuleDirection.from_json(json)
# print the JSON string representation of the object
print FirewallRuleDirection.to_json()
# convert the object into a dict
firewall_rule_direction_dict = firewall_rule_direction_instance.to_dict()
# create an instance of FirewallRuleDirection from a dict
firewall_rule_direction_form_dict = firewall_rule_direction.from_dict(firewall_rule_direction_dict)