Show / Hide Table of Contents

Class Events

Contains a set of events for a specific component.

Inheritance
object
Events
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX