google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.ChannelSectionSnippet View Source

Basic details about a channel section, including title, style and position.

Attributes

  • channelId (String.t): The ID that YouTube uses to uniquely identify the channel that published the channel section. Defaults to: null.
  • defaultLanguage (String.t): The language of the channel section's default title and description. Defaults to: null.
  • localized (ChannelSectionLocalization): Localized title, read-only. Defaults to: null.
  • position (integer()): The position of the channel section in the channel. Defaults to: null.
  • style (String.t): The style of the channel section. Defaults to: null.

    • Enum - one of [channelsectionStyleUndefined, horizontalRow, verticalList]
  • title (String.t): The channel section's title for multiple_playlists and multiple_channels. Defaults to: null.
  • type (String.t): The type of the channel section. Defaults to: null.

    • Enum - one of [allPlaylists, channelsectionTypeUndefined, completedEvents, likedPlaylists, likes, liveEvents, multipleChannels, multiplePlaylists, popularUploads, postedPlaylists, postedVideos, recentActivity, recentPosts, recentUploads, singlePlaylist, subscriptions, upcomingEvents]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.YouTube.V3.Model.ChannelSectionSnippet{
  channelId: any(),
  defaultLanguage: any(),
  localized: GoogleApi.YouTube.V3.Model.ChannelSectionLocalization.t(),
  position: any(),
  style: any(),
  title: any(),
  type: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.