google_api_you_tube v0.10.0 GoogleApi.YouTube.V3.Model.ChannelSection View Source
Attributes
contentDetails(type:GoogleApi.YouTube.V3.Model.ChannelSectionContentDetails.t, default:nil) - The contentDetails 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 "youtube#channelSection".localizations(type:%{optional(String.t) => GoogleApi.YouTube.V3.Model.ChannelSectionLocalization.t}, default:nil) - Localizations for different languagessnippet(type:GoogleApi.YouTube.V3.Model.ChannelSectionSnippet.t, default:nil) - The snippet 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 targeting 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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.