NotificationTemplateListResult

data class NotificationTemplateListResult(val notificationTemplateList: NotificationTemplateList, val hasMore: Boolean, val token: String?)

Represents a result from notification template list.

Since

4.15.0

See also

Constructors

Link copied to clipboard
constructor(notificationTemplateList: NotificationTemplateList, hasMore: Boolean, token: String?)

Properties

Link copied to clipboard

Whether there are more channels or not.

Link copied to clipboard
val notificationTemplateList: NotificationTemplateList

The notification template list.

Link copied to clipboard

The token.