Contact List Topic
data class ContactListTopic(val defaultSubscriptionStatus: String, val description: String? = null, val displayName: String, val topicName: String)
Properties
Link copied to clipboard
Default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.
Link copied to clipboard
Description of what the topic is about, which the contact will see.
Link copied to clipboard
Name of the topic the contact will see.