EventFilterResponse

data class EventFilterResponse(val attribute: String, val operator: String, val value: String)

Filters events based on exact matches on the CloudEvents attributes.

Constructors

Link copied to clipboard
fun EventFilterResponse(attribute: String, operator: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of a CloudEvents attribute.

Link copied to clipboard

Optional. The operator used for matching the events with the value of the filter. If not specified, only events that have an exact key-value pair specified in the filter are matched. The only allowed value is match-path-pattern.

Link copied to clipboard

The value for the attribute.