Region Url Map Path Matcher Route Rule Match Rule Query Parameter Match
data class RegionUrlMapPathMatcherRouteRuleMatchRuleQueryParameterMatch(val exactMatch: String? = null, val name: String, val presentMatch: Boolean? = null, val regexMatch: String? = null)
Constructors
Link copied to clipboard
fun RegionUrlMapPathMatcherRouteRuleMatchRuleQueryParameterMatch(exactMatch: String? = null, name: String, presentMatch: Boolean? = null, regexMatch: String? = null)