userEventRejoinScope property

String? userEventRejoinScope
getter/setter pair

The type of the catalog rejoin to define the scope and range of the user events to be rejoined with catalog items.

Required. Possible string values are:

  • "USER_EVENT_REJOIN_SCOPE_UNSPECIFIED" : Rejoin catalogs with all events including both joined events and unjoined events.
  • "JOINED_EVENTS" : Only rejoin catalogs with joined events.
  • "UNJOINED_EVENTS" : Only rejoin catalogs with unjoined events.

Implementation

core.String? userEventRejoinScope;