MatchingCriteriaResponse

data class MatchingCriteriaResponse(val attribute: String, val value: String)

Matches events based on exact matches on the CloudEvents attributes.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of a CloudEvents attribute. Currently, only a subset of attributes can be specified. All triggers MUST provide a matching criteria for the 'type' attribute.

Link copied to clipboard

The value for the attribute.