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

Attributes

  • agentDeviceId (type: String.t, default: nil) - The device ID defined by the agent.
  • agentId (type: String.t, default: nil) - The agent's ID. Generally it is the agent's Google cloud project id.
  • 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.
  • targetType (type: String.t, default: nil) - Execution routing target.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.