uid property

String? uid
getter/setter pair

The unique identifier of the resource.

UID is unique in the time and space for this resource within the scope of the service. It is typically generated by the server on successful creation of a resource and must not be changed. UID is used to uniquely identify resources with resource name reuses. This should be a UUID4.

Implementation

core.String? uid;