View Source Envoy.Config.Route.V3.QueryParameterMatcher (envoy_data_plane_api v0.1.0)
Summary
Types
@type t() :: %Envoy.Config.Route.V3.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.V3.StringMatcher.t() | nil} | {:present_match, boolean()} | nil }