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

Payload containing device IDs.

Attributes

  • devices (type: list(GoogleApi.HomeGraph.V1.Model.AgentDeviceId.t), default: nil) - Third-party device IDs for which to get the device states.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HomeGraph.V1.Model.QueryRequestPayload{
  devices: [GoogleApi.HomeGraph.V1.Model.AgentDeviceId.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.