eventItemLevel property
Level of the catalog at which events are uploaded.
See https://cloud.google.com/recommendations-ai/docs/catalog#catalog-levels for more details.
Optional. Possible string values are:
- "CATALOG_ITEM_LEVEL_UNSPECIFIED" : Unknown value - should never be used.
- "VARIANT" : Catalog items are at variant level.
- "MASTER" : Catalog items are at master level.
Implementation
core.String? eventItemLevel;