NotificationTemplateListParams

Params for retrieving Notification template list.

Since

4.6.0

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The key filter to retrieve only selected templates with given keys. Defaults to null.

Link copied to clipboard
var limit: Int

The maximum number of items per queried page. Defaults to 20.

Link copied to clipboard

Whether the result is set to be reversed or not. Defaults to false.

Functions

Link copied to clipboard
fun copy(reverse: Boolean = this.reverse, templateKeys: List<String>? = this.keys, limit: Int = this.limit): NotificationTemplateListParams