View Source Envoy.Api.V2.Route.QueryParameterMatcher (envoy_data_plane_api v0.1.0)
Summary
Types
@type t() :: %Envoy.Api.V2.Route.QueryParameterMatcher{ __unknown_fields__: [ {field_number :: integer(), Protobuf.Wire.Types.wire_type(), value :: term()} ], name: String.t(), query_parameter_match_specifier: {:string_match, Envoy.Type.Matcher.StringMatcher.t() | nil} | {:present_match, boolean()} | nil, regex: Google.Protobuf.BoolValue.t() | nil, value: String.t() }