Class DeviceMetadata
Metadata for traits of a single device.
Implements
Inherited Members
Namespace: Google.Apis.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class DeviceMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TraitCommitTimestamps
Map from the Trait ID (e.g., "action.devices.traits.OnOff") to its last Spanner commit timestamp.
Declaration
[JsonProperty("traitCommitTimestamps")]
public virtual IDictionary<string, object> TraitCommitTimestamps { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |