google_api_home_graph v0.7.1 GoogleApi.HomeGraph.V1.Model.RequestSyncDevicesRequest View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.