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

Attributes

  • numVidsPlayableInWoodstock (type: String.t, default: nil) - Count of videos in the YouTube playlist that are playable in WoodStock. For performance reasons the maximum value this field can reach is capped, see: kMaxVideosPerPlaylistForSearchMetadata.
  • videoCount (type: integer(), default: nil) - Total number of videos present in the retrieved playlist.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaYouTubePlaylistInfo{
    numVidsPlayableInWoodstock: String.t() | nil,
    videoCount: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.