Show / Hide Table of Contents

Class MotionEvent

Represents a newly detected motion event.

Inheritance
object
MotionEvent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class MotionEvent : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX