type property

String? type
getter/setter pair

The type of the exit event.

Required. Possible string values are:

  • "EXIT_EVENT_TYPE_UNSPECIFIED" : Exit event type is not specified or is unknown in this version.
  • "EXIT_EVENT_TYPE_DEFAULT" : The exit event is the default one.
  • "EXIT_EVENT_TYPE_BACKUP" : The exit event is a backup exit event. There could be multiple backup exit events in a creative.

Implementation

core.String? type;