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

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

Attributes

  • country (String.t): The country of the channel. Defaults to: null.
  • customUrl (String.t): The custom url of the channel. Defaults to: null.
  • defaultLanguage (String.t): The language of the channel's default title and description. Defaults to: null.
  • description (String.t): The description of the channel. Defaults to: null.
  • localized (ChannelLocalization): Localized title and description, read-only. Defaults to: null.
  • publishedAt (DateTime.t): The date and time that the channel was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. Defaults to: null.
  • thumbnails (ThumbnailDetails): 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. Defaults to: null.
  • title (String.t): The channel's title. 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.ChannelSnippet{
  country: any(),
  customUrl: any(),
  defaultLanguage: any(),
  description: any(),
  localized: GoogleApi.YouTube.V3.Model.ChannelLocalization.t(),
  publishedAt: DateTime.t(),
  thumbnails: GoogleApi.YouTube.V3.Model.ThumbnailDetails.t(),
  title: any()
}

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.