uid property

String? uid
getter/setter pair

The serial number or other unique ID for the hardware.

This field is obfuscated when read by any REST or Android client that did not create the data source. Only the data source creator will see the uid field in clear and normal form. The obfuscation preserves equality; that is, given two IDs, if id1 == id2, obfuscated(id1) == obfuscated(id2).

Implementation

core.String? uid;