Show / Hide Table of Contents

Class CommonEventDataStruct

Common camera event data.

Inheritance
object
CommonEventDataStruct
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 CommonEventDataStruct : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MediaUrls

Contains media urls for the event

Declaration
[JsonProperty("mediaUrls")]
public virtual MediaUrlsStruct MediaUrls { get; set; }
Property Value
Type Description
MediaUrlsStruct

SessionId

Camera event session id. Used for identifying a unique event session

Declaration
[JsonProperty("sessionId")]
public virtual string SessionId { get; set; }
Property Value
Type Description
string

TrackId

Id of the track this object belongs to

Declaration
[JsonProperty("trackId")]
public virtual string TrackId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX