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

7 lines
154 B
Go

package firewallconfigs
type HTTPFirewallRuleGroupRef struct {
IsOn bool `yaml:"isOn" json:"isOn"`
GroupId int64 `yaml:"groupId" json:"groupId"`
}