type property

String? type
getter/setter pair

The type of the Event.

Required. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified whether input or output of the Execution.
  • "INPUT" : An input of the Execution.
  • "OUTPUT" : An output of the Execution.

Implementation

core.String? type;