Class PersonEvent
Represents a newly detected person event.
Implements
Inherited Members
Namespace: Google.Apis.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class PersonEvent : IDirectResponseSchema
Properties
CommonEventData
Declaration
[JsonProperty("commonEventData")]
public virtual CommonEventDataStruct CommonEventData { get; set; }
Property Value
| Type | Description |
|---|---|
| CommonEventDataStruct |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Zones
Zones where events are detected in.
Declaration
[JsonProperty("zones")]
public virtual IList<ZoneStruct> Zones { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ZoneStruct> |
ZonesIsEmpty
If set, zones is an empty list.
Declaration
[JsonProperty("zonesIsEmpty")]
public virtual bool? ZonesIsEmpty { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |