GoogleApi.YouTube.V3.Model.ChannelSection (google_api_you_tube v0.54.0)

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 languages
  • snippet (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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.ChannelSection{
  contentDetails:
    GoogleApi.YouTube.V3.Model.ChannelSectionContentDetails.t() | nil,
  etag: String.t() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  localizations:
    %{
      optional(String.t()) =>
        GoogleApi.YouTube.V3.Model.ChannelSectionLocalization.t()
    }
    | nil,
  snippet: GoogleApi.YouTube.V3.Model.ChannelSectionSnippet.t() | nil,
  targeting: GoogleApi.YouTube.V3.Model.ChannelSectionTargeting.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.