Class StateAndNotificationPayload
Payload containing the state and notification information for devices.
Implements
Inherited Members
Namespace: Google.Apis.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class StateAndNotificationPayload : IDirectResponseSchema
Properties
Devices
The devices for updating state and sending notifications.
Declaration
[JsonProperty("devices")]
public virtual ReportStateAndNotificationDevice Devices { get; set; }
Property Value
Type | Description |
---|---|
ReportStateAndNotificationDevice |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |