Class Events
Contains a set of events for a specific component.
Implements
Inherited Members
Namespace: Google.Apis.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class Events : IDirectResponseSchema
Properties
ComponentId
Optional. The ID of the provider component if the events are associated with a specific component. Optional for WHDM events, required for UDDM events.
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 |
EventsValue
Required. List of events associated with the component.
Declaration
[JsonProperty("events")]
public virtual IList<EventData> EventsValue { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<EventData> |