SystemTopicEventSubscriptionSubjectFilter

data class SystemTopicEventSubscriptionSubjectFilter(val caseSensitive: Boolean? = null, val subjectBeginsWith: String? = null, val subjectEndsWith: String? = null)

Constructors

constructor(caseSensitive: Boolean? = null, subjectBeginsWith: String? = null, subjectEndsWith: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caseSensitive: Boolean? = null

Specifies if subject_begins_with and subject_ends_with case sensitive. This value

Link copied to clipboard

A string to filter events for an event subscription based on a resource path prefix.

Link copied to clipboard
val subjectEndsWith: String? = null

A string to filter events for an event subscription based on a resource path suffix.