FiltersConfigurationResponse

data class FiltersConfigurationResponse(val filters: List<Any>? = null, val includedEventTypes: List<String>? = null)

Filters configuration for the Event Subscription.

Constructors

Link copied to clipboard
constructor(filters: List<Any>? = null, includedEventTypes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val filters: List<Any>? = null

An array of filters that are used for filtering event subscriptions.

Link copied to clipboard

A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null.