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 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;