HomeGraphCommonRoute

GoogleApi.ContentWarehouse.V1.Model.HomeGraphCommonRoute


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. agentDeviceId (type: String.t, default: nil)
    - The device ID defined by the agent.
  2. agentId (type: String.t, default: nil)
    - The agent's ID. Generally it is the agent's Google cloud project id.
  3. chipEndpoint (type: list(integer()), default: nil)
    - chip endpoint index (if the target is CHIP). Set packed = true to handle error caused by b/32953375 when exporting this data. Note that we should never change this to non-repeated: a packed field will not work properly if you change the field to non-repeated later.
  4. targetType (type: String.t, default: nil)
    - Execution routing target.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.HomeGraphCommonRoute{
agentDeviceId: String.t() | nil,
agentId: String.t() | nil,
chipEndpoint: [integer()] | nil,
targetType: String.t() | nil
}

Function

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

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