google_api_home_graph v0.2.0 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 issued by agent's third-party identity provider.
  • async (type: boolean(), default: nil) - Optional. If set, the request will be added to a queue and a response will be returned immediately. The queue allows for de-duplication of simultaneous requests.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.