View Source GoogleApi.ContentWarehouse.V1.Model.AssistantVerticalsHomeautomationProtoAgentDeviceId (google_api_content_warehouse v0.4.0)

An agent + device pair that uniquely identifies a device.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantVerticalsHomeautomationProtoAgentDeviceId{
    agentId: String.t() | nil,
    deviceId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.