Files
EdgeCommon/pkg/serverconfigs/firewallconfigs/http_firewall_rule_set_ref.go
2020-10-06 21:02:21 +08:00

7 lines
144 B
Go

package firewallconfigs
type HTTPFirewallRuleSetRef struct {
IsOn bool `yaml:"isOn" json:"isOn"`
SetId int64 `yaml:"setId" json:"setId"`
}