type property

String? type
getter/setter pair

The type of the event.

Should follow CloudEvent schema requirements for "type" field. https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#type

Required.

Implementation

core.String? type;