System Topic Event Subscription Subject Filter
data class SystemTopicEventSubscriptionSubjectFilter(val caseSensitive: Boolean? = null, val subjectBeginsWith: String? = null, val subjectEndsWith: String? = null)
Properties
Link copied to clipboard
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
A string to filter events for an event subscription based on a resource path suffix.