Class QueryRequestPayload
Payload containing device IDs.
Implements
Inherited Members
Namespace: Google.Apis.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class QueryRequestPayload : IDirectResponseSchema
Properties
Devices
Third-party device IDs for which to get the device states.
Declaration
[JsonProperty("devices")]
public virtual IList<AgentDeviceId> Devices { get; set; }
Property Value
Type | Description |
---|---|
IList<AgentDeviceId> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |