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

Attributes

  • contentDetails (ChannelSectionContentDetails): The contentDetails object contains details about the channel section content, such as a list of playlists or channels featured in the section. Defaults to: null.
  • etag (String.t): Etag of this resource. Defaults to: null.
  • id (String.t): The ID that YouTube uses to uniquely identify the channel section. Defaults to: null.
  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "youtube#channelSection". Defaults to: null.
  • localizations (%{optional(String.t) => ChannelSectionLocalization}): Localizations for different languages Defaults to: null.
  • snippet (ChannelSectionSnippet): The snippet object contains basic details about the channel section, such as its type, style and title. Defaults to: null.
  • targeting (ChannelSectionTargeting): The targeting object contains basic targeting settings about the channel section. Defaults to: null.

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.ChannelSection{
  contentDetails: GoogleApi.YouTube.V3.Model.ChannelSectionContentDetails.t(),
  etag: any(),
  id: any(),
  kind: any(),
  localizations: map(),
  snippet: GoogleApi.YouTube.V3.Model.ChannelSectionSnippet.t(),
  targeting: GoogleApi.YouTube.V3.Model.ChannelSectionTargeting.t()
}

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.