google_api_you_tube v0.22.0 GoogleApi.YouTube.V3.Model.ChannelSection View Source
Attributes
-
contentDetails(type:GoogleApi.YouTube.V3.Model.ChannelSectionContentDetails.t, default:nil) - The <code>contentDetails</code> object contains details about the channel section content, such as a list of playlists or channels featured in the section. -
etag(type:String.t, default:nil) - Etag of this resource. -
id(type:String.t, default:nil) - The ID that YouTube uses to uniquely identify the channel section. -
kind(type:String.t, default:youtube#channelSection) - Identifies what kind of resource this is. Value: the fixed string <code>"youtube#channelSection"</code>. -
localizations(type:%{optional(String.t) => GoogleApi.YouTube.V3.Model.ChannelSectionLocalization.t}, default:nil) - Localizations for different languages -
snippet(type:GoogleApi.YouTube.V3.Model.ChannelSectionSnippet.t, default:nil) - The <code>snippet</code> object contains basic details about the channel section, such as its type, style and title. -
targeting(type:GoogleApi.YouTube.V3.Model.ChannelSectionTargeting.t, default:nil) - The <code>targeting</code> object contains basic targeting settings about the channel section.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.YouTube.V3.Model.ChannelSection{
contentDetails: GoogleApi.YouTube.V3.Model.ChannelSectionContentDetails.t(),
etag: String.t(),
id: String.t(),
kind: String.t(),
localizations: %{
optional(String.t()) =>
GoogleApi.YouTube.V3.Model.ChannelSectionLocalization.t()
},
snippet: GoogleApi.YouTube.V3.Model.ChannelSectionSnippet.t(),
targeting: GoogleApi.YouTube.V3.Model.ChannelSectionTargeting.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.