Class HomeEvents
Contains the set of events for an item.
Implements
Inherited Members
Namespace: Google.Apis.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class HomeEvents : IDirectResponseSchema
Properties
DeviceId
Required. / Unique identifier for the device.
Declaration
[JsonProperty("deviceId")]
public virtual string DeviceId { 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 |
Events
Required. List of events for the item.
Declaration
[JsonProperty("events")]
public virtual IList<Events> Events { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Events> |