ComputeRegionUrlMapRegionUrlMapHeaderMatch constructor

const ComputeRegionUrlMapRegionUrlMapHeaderMatch({
  1. required TfArg<String> headerName,
  2. TfArg<String>? exactMatch,
  3. TfArg<String>? prefixMatch,
  4. TfArg<String>? suffixMatch,
  5. TfArg<String>? regexMatch,
  6. TfArg<bool>? presentMatch,
  7. TfArg<bool>? invertMatch,
  8. ComputeRegionUrlMapRegionUrlMapHeaderMatchRange? rangeMatch,
})

Implementation

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