HomeGraphCommonTraitRoutingHints

GoogleApi.ContentWarehouse.V1.Model.HomeGraphCommonTraitRoutingHints


Table of Contents ▼

Jump to a specific part of the page:

Description

LINT.IfChange go/shed-per-trait-routing. Making it object to allow for extendible design, where we can add attributes in future.

Attributes List

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

View Attributes

Attributes

  1. cloudFulfillmentOnly (type: boolean(), default: nil)
    - Set to true for a non-local trait.
  2. trait (type: String.t, default: nil)
    - Trait name, e.g., "action.devices.traits.MediaInitiation". See device traits. See java/com/google/home/graph/common/devices/config/protoconf.pi for the exhaustive list of trait-strings.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.HomeGraphCommonTraitRoutingHints{
cloudFulfillmentOnly: boolean() | nil,
trait: String.t() | nil
}

Function

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

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