Show / Hide Table of Contents

Class RequestSyncDevicesRequest

Request type for the RequestSyncDevices call.

Inheritance
object
RequestSyncDevicesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX