id property

String? id
getter/setter pair

The unique identifier for the class.

This ID must be unique across all from an issuer. This value needs to follow the format issuerID.identifier where issuerID is issued by Google and identifier is chosen by you. The unique identifier can only include alphanumeric characters, ., _, or -.

Required.

Implementation

core.String? id;