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

Alternate third-party device ID.

Attributes

  • agentId (type: String.t, default: nil) - Project ID for your smart home Action.
  • deviceId (type: String.t, default: nil) - Unique third-party device ID.

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.AgentOtherDeviceId{
  agentId: String.t(),
  deviceId: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.