Class HomeTraitPayload
Container for UDDM trait data associated with a device.
Implements
Inherited Members
Namespace: Google.Apis.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class HomeTraitPayload : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RootComponent
The root component of the device as reported by the provider.
Declaration
[JsonProperty("rootComponent")]
public virtual Component RootComponent { get; set; }
Property Value
| Type | Description |
|---|---|
| Component |