MatchResponse interface
The response for a Match request.
Properties
| cacheID | The cache id. |
| is |
Indicates if there is a match. |
| matches | The match details. |
| status | The evaluate status |
| tracking |
The tracking id. |
Property Details
cacheID
The cache id.
cacheID?: undefined | string
Property Value
undefined | string
isMatch
Indicates if there is a match.
isMatch?: undefined | false | true
Property Value
undefined | false | true
matches
status
trackingId
The tracking id.
trackingId?: undefined | string
Property Value
undefined | string