YoutubeDiscoveryLegosLegosEntity

GoogleApi.ContentWarehouse.V1.Model.YoutubeDiscoveryLegosLegosEntity


Table of Contents ▼

Jump to a specific part of the page:

Description

The identification of a Knowledge Graph (KG) entity in Legos.

Attributes List

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

View Attributes

Attributes

  1. debugName (type: String.t, default: nil)
    - DO NOT USE THIS FIELD. The entity name here can be random garbage and when it's actually a name it will be in a random language (most of the time English but not always). This field is going away soon. For a replacement you should probably use the following RPC: cs/symbol:Ytpedia.GetNames please read go/ytks-calling details on how to call it and don't hesitate to write to us for help with this (or in any case before starting to send real traffic to us) at: g/yt-knowledge-service
  2. kgId (type: String.t, default: nil)
    - The ID of the Knowledge Graph entity. Note: this is the primary ID at generation time. See https://sites.google.com/a/google.com/knowledge-graph/data/primary_ids

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.YoutubeDiscoveryLegosLegosEntity{
debugName: String.t() | nil,
kgId: String.t() | nil
}

Function

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

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