ComputeRegionUrlMapRegionUrlMapHeaderMatch constructor
const
ComputeRegionUrlMapRegionUrlMapHeaderMatch({})
Implementation
const ComputeRegionUrlMapRegionUrlMapHeaderMatch({
required this.headerName,
this.exactMatch,
this.prefixMatch,
this.suffixMatch,
this.regexMatch,
this.presentMatch,
this.invertMatch,
this.rangeMatch,
});