GetContactListResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the contact list.

Link copied to clipboard
val tags: List<Tag>? = null

The tags (keys and values) associated with the contact list.

Link copied to clipboard

The topics associated with the contact list.