Class ComponentTraitUpdates
Contains the set of updates for a component.
Implements
Inherited Members
Namespace: Google.Apis.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class ComponentTraitUpdates : IDirectResponseSchema
Properties
ComponentId
Required. ID of the component from the device provider.
Declaration
[JsonProperty("componentId")]
public virtual string ComponentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TraitData
Required. The updated trait data for the component.
Declaration
[JsonProperty("traitData")]
public virtual IList<TraitData> TraitData { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<TraitData> |