matches property
Required. RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation.
Implementation
@$pb.TagNumber(1)
$core.List<TlsRoute_RouteMatch> get matches => $_getList(0);
Required. RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation.
@$pb.TagNumber(1)
$core.List<TlsRoute_RouteMatch> get matches => $_getList(0);