type property

String? type
getter/setter pair

Specifies how to match against the value of the header.

If not specified, a default value of EXACT is used.

Optional. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified.
  • "EXACT" : Will only match the exact value provided.
  • "REGULAR_EXPRESSION" : Will match paths conforming to the prefix specified by value. RE2 syntax is supported.

Implementation

core.String? type;