View Source Xds.Type.Matcher.V3.Matcher.MatcherTree.MatchMap (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Xds.Type.Matcher.V3.Matcher.MatcherTree.MatchMap{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  map: %{optional(String.t()) => Xds.Type.Matcher.V3.Matcher.OnMatch.t() | nil}
}