NlpSemanticParsingModelsMediaYouTubeDeeplinkInfo

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaYouTubeDeeplinkInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Provide the deeplink information specific to YouTube PMAs. Next ID: 3

Attributes List

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

View Attributes

Attributes

  1. clickTrackingId (type: String.t, default: nil)
    - See go/yt-clicktracking. Serialized youtube.api.innertube.InnerTubeClickTrackingProto.
  2. uploaderChannelId (type: String.t, default: nil)
    - For YouTube Channels, by default the deeplink is set to be the playlist of all uploads from the channel. This field is used for YouTube in-app browse when we need the YouTube channel's main page url. We will use the uploader_channel_id to construct the needed channel deeplink.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaYouTubeDeeplinkInfo{
clickTrackingId: String.t() | nil,
uploaderChannelId: String.t() | nil
}

Function

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

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