type property

String? type
getter/setter pair

type of the destination Possible string values are:

  • "TYPE_UNSPECIFIED" : Default state.
  • "ENDPOINT" : Endpoint - Hit the value of endpoint when event is received

Implementation

core.String? type;