FirewallPolicyWithRulesRuleMatch

constructor(destAddressGroups: List<String>? = null, destFqdns: List<String>? = null, destIpRanges: List<String>? = null, destNetworkScope: String? = null, destRegionCodes: List<String>? = null, destThreatIntelligences: List<String>? = null, layer4Configs: List<FirewallPolicyWithRulesRuleMatchLayer4Config>, srcAddressGroups: List<String>? = null, srcFqdns: List<String>? = null, srcIpRanges: List<String>? = null, srcNetworkScope: String? = null, srcNetworks: List<String>? = null, srcRegionCodes: List<String>? = null, srcThreatIntelligences: List<String>? = null)