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

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

Attributes

  • clickTrackingId (type: String.t, default: nil) - See go/yt-clicktracking. Serialized youtube.api.innertube.InnerTubeClickTrackingProto.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.