GoogleApi.YouTube.V3.Model.WatchSettings (google_api_you_tube v0.54.0)

View Source

Branding properties for the watch. All deprecated.

Attributes

  • backgroundColor (type: String.t, default: nil) - The text color for the video watch page's branded area.
  • featuredPlaylistId (type: String.t, default: nil) - An ID that uniquely identifies a playlist that displays next to the video player.
  • textColor (type: String.t, default: nil) - The background color for the video watch page's branded area.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.WatchSettings{
  backgroundColor: String.t() | nil,
  featuredPlaylistId: String.t() | nil,
  textColor: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.