Files
SamWaf/model/response/waf_vpconfig_resp.go
2025-05-23 13:45:17 +08:00

7 lines
204 B
Go
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
package response
// WafVpConfigIpWhitelistGetResp IP白名单获取响应
type WafVpConfigIpWhitelistGetResp struct {
IpWhitelist string `json:"ip_whitelist"` // IP白名单多个IP用逗号分隔
}