Class CommonEventDataStruct
Common camera event data.
Implements
Inherited Members
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 |