AssistantVerticalsHomeautomationProtoAgentDeviceId

GoogleApi.ContentWarehouse.V1.Model.AssistantVerticalsHomeautomationProtoAgentDeviceId


Table of Contents ▼

Jump to a specific part of the page:

Description

An agent + device pair that uniquely identifies a device.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantVerticalsHomeautomationProtoAgentDeviceId