GoogleApi.YouTube.V3.Model.ChannelSectionSnippet (google_api_you_tube v0.54.0)
View SourceBasic details about a channel section, including title, style and position.
Attributes
-
channelId
(type:String.t
, default:nil
) - The ID that YouTube uses to uniquely identify the channel that published the channel section. -
defaultLanguage
(type:String.t
, default:nil
) - The language of the channel section's default title and description. -
localized
(type:GoogleApi.YouTube.V3.Model.ChannelSectionLocalization.t
, default:nil
) - Localized title, read-only. -
position
(type:integer()
, default:nil
) - The position of the channel section in the channel. -
style
(type:String.t
, default:nil
) - The style of the channel section. -
title
(type:String.t
, default:nil
) - The channel section's title for multiple_playlists and multiple_channels. -
type
(type:String.t
, default:nil
) - The type of the channel section.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.ChannelSectionSnippet{ channelId: String.t() | nil, defaultLanguage: String.t() | nil, localized: GoogleApi.YouTube.V3.Model.ChannelSectionLocalization.t() | nil, position: integer() | nil, style: String.t() | nil, title: String.t() | nil, type: String.t() | nil }