Class ReportStateAndNotificationResponse
Response type for the
ReportStateAndNotification call.
Implements
Inherited Members
Namespace: Google.Apis.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class ReportStateAndNotificationResponse : IDirectResponseSchema
Properties
DeviceResults
Map from agent device ID to the result of reporting state and notifications. This is only populated for UDDM updates for now.
Declaration
[JsonProperty("deviceResults")]
public virtual IDictionary<string, Result> DeviceResults { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, Result> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequestId
Request ID copied from ReportStateAndNotificationRequest.
Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |