ImportContactsResponse

data class ImportContactsResponse(val matchesAndContactIndexes: List<MatchAndContactIndex>)

Constructors

Link copied to clipboard
constructor(matchesAndContactIndexes: List<MatchAndContactIndex>)