Data
data class Data(val exactMatches: List<GetFingerprintsMatchesResponse.Match>, val partialMatches: List<GetFingerprintsMatchesResponse.Match>)
Constructors
Link copied to clipboard
constructor(exactMatches: List<GetFingerprintsMatchesResponse.Match>, partialMatches: List<GetFingerprintsMatchesResponse.Match>)