id property

String? id
getter/setter pair

A user-provided entity ID.

It is mutable, and will be used as the published table name. Specifying a new ID in an update entity request will override the existing value. The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores, and consist of 256 or fewer characters.

Required.

Implementation

core.String? id;