Rewrite constructor

Rewrite({
  1. bool? dynamicLinks,
  2. String? function,
  3. String? glob,
  4. String? path,
  5. String? regex,
  6. CloudRunRewrite? run,
})

Implementation

Rewrite({
  this.dynamicLinks,
  this.function,
  this.glob,
  this.path,
  this.regex,
  this.run,
});