deviceMetadata property

Map<String, DeviceMetadata>? deviceMetadata
getter/setter pair

Map from the Trait ID (e.g., "action.devices.traits.OnOff") to its last Spanner commit timestamp.

If a trait has no recorded timestamp, it will be omitted from this map.

Implementation

core.Map<core.String, DeviceMetadata>? deviceMetadata;