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

View Source

Basic details about a channel, including title, description and thumbnails.

Attributes

  • country (type: String.t, default: nil) - The country of the channel.
  • customUrl (type: String.t, default: nil) - The custom url of the channel.
  • defaultLanguage (type: String.t, default: nil) - The language of the channel's default title and description.
  • description (type: String.t, default: nil) - The description of the channel.
  • localized (type: GoogleApi.YouTube.V3.Model.ChannelLocalization.t, default: nil) - Localized title and description, read-only.
  • publishedAt (type: DateTime.t, default: nil) - The date and time that the channel was created.
  • thumbnails (type: GoogleApi.YouTube.V3.Model.ThumbnailDetails.t, default: nil) - A map of thumbnail images associated with the channel. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate.
  • title (type: String.t, default: nil) - The channel's title.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.ChannelSnippet{
  country: String.t() | nil,
  customUrl: String.t() | nil,
  defaultLanguage: String.t() | nil,
  description: String.t() | nil,
  localized: GoogleApi.YouTube.V3.Model.ChannelLocalization.t() | nil,
  publishedAt: DateTime.t() | nil,
  thumbnails: GoogleApi.YouTube.V3.Model.ThumbnailDetails.t() | nil,
  title: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.