id property

String? id
getter/setter pair

The unique identifier for an object.

This ID must be unique across all objects from an issuer. This value should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you. The unique identifier should only include alphanumeric characters, '.', '_', or '-'.

Required.

Implementation

core.String? id;