View Source Xds.Type.Matcher.V3.Matcher.MatcherList.FieldMatcher (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Xds.Type.Matcher.V3.Matcher.MatcherList.FieldMatcher{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  on_match: Xds.Type.Matcher.V3.Matcher.OnMatch.t() | nil,
  predicate: Xds.Type.Matcher.V3.Matcher.MatcherList.Predicate.t() | nil
}