Number matcher (proto)
type.matcher.v3.DoubleMatcher
[type.matcher.v3.DoubleMatcher proto]
Specifies the way to match a double value.
{
"range": {...},
"exact": ...
}
- range
(type.v3.DoubleRange) If specified, the input double value must be in the range specified here. Note: The range is using half-open interval semantics [start, end).