attribute property

String? attribute
getter/setter pair

The name of a CloudEvents attribute.

Currently, only a subset of attributes are supported for filtering. You can [retrieve a specific provider's supported event types](/eventarc/docs/list-providers#describe-provider). All triggers MUST provide a filter for the 'type' attribute.

Required.

Implementation

core.String? attribute;