id property

String? id
getter/setter pair

Catalog item identifier.

UTF-8 encoded string with a length limit of 128 bytes. This id must be unique among all catalog items within the same catalog. It should also be used when logging user events in order for the user events to be joined with the Catalog.

Required.

Implementation

core.String? id;