ComputeUrlMapUrlMapHostRule constructor

const ComputeUrlMapUrlMapHostRule({
  1. required List<String> hosts,
  2. required TfArg<String> pathMatcher,
  3. TfArg<String>? description,
})

Implementation

const ComputeUrlMapUrlMapHostRule({
  required this.hosts,
  required this.pathMatcher,
  this.description,
});