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

Defines execution routing information for Traits, which will be used to be mapped for each Trait as following: map traits_to_routing_table_map = X; We'll use this for CHIP first. And expect to migrate the existing routing logic to this gradually.

Attributes

  • supportedRoutes (type: list(GoogleApi.ContentWarehouse.V1.Model.HomeGraphCommonRoute.t), default: nil) - List of supported execution route.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.HomeGraphCommonRoutingTable{
  supportedRoutes:
    [GoogleApi.ContentWarehouse.V1.Model.HomeGraphCommonRoute.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.