Class RequestSyncDevicesRequest
Request type for the RequestSyncDevices
call.
Implements
Inherited Members
Namespace: Google.Apis.HomeGraphService.v1.Data
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class RequestSyncDevicesRequest : IDirectResponseSchema
Properties
AgentUserId
Required. Third-party user ID.
Declaration
[JsonProperty("agentUserId")]
public virtual string AgentUserId { get; set; }
Property Value
Type | Description |
---|---|
string |
Async__
Optional. If set, the request will be added to a queue and a response will be returned immediately. This
enables concurrent requests for the given agent_user_id
, but the caller will not receive any error
responses.
Declaration
[JsonProperty("async")]
public virtual bool? Async__ { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |