type property

String? type
getter/setter pair

Type of the component.

Optional. Possible string values are:

  • "TYPE_UNSPECIFIED" : Component type is unspecified
  • "TRIGGER" : Trigger component
  • "TASK" : Task component
  • "CONNECTOR" : Connector component

Implementation

core.String? type;