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

Identifies a device in the third party or first party system.

Attributes

  • agentId (type: String.t, default: nil) - The agent's ID. Generally it is the agent's AoG project id.
  • deviceId (type: String.t, default: nil) - Device ID defined by the agent. The device_id must be unique.

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

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.