Get Contact List Result
data class GetContactListResult(val description: String? = null, val tags: List<Tag>? = null, val topics: List<ContactListTopic>? = null)
Constructors
Link copied to clipboard
constructor(description: String? = null, tags: List<Tag>? = null, topics: List<ContactListTopic>? = null)