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?: string
Property Value
string
isMatch
Indicates if there is a match.
isMatch?: boolean
Property Value
boolean
matches
status
trackingId
The tracking id.
trackingId?: string
Property Value
string