dtkt.event.v1beta1messages.protoEvent
MessageRepresents an event type deliverable by an EventSource.
| Field | Type | Number | Description |
|---|---|---|---|
| type | string | 1 | Type of the event. |
| description | string | 2 | Description of the event. |
| action_type | ActionType dtkt.shared.v1beta1.ActionType | 3 | Type of action associated with event. |
| payload_schema | TypeSchema dtkt.shared.v1beta1.TypeSchema | 4 | Schema describing the payload of the event. |
| payload | Any google.protobuf.Any | 5 | Payload when event is delivered. |