View Source GoogleApi.HomeGraph.V1.Model.RequestSyncDevicesRequest (google_api_home_graph v0.13.0)

Request type for the RequestSyncDevices call.

Attributes

  • agentUserId (type: String.t, default: nil) - Required. Third-party user ID.
  • async (type: boolean(), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HomeGraph.V1.Model.RequestSyncDevicesRequest{
  agentUserId: String.t() | nil,
  async: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.