id property

String? id
getter/setter pair

The unique identifier for a class.

This ID must be unique across all classes 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. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.

Required.

Implementation

core.String? id;