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

Basic details about a channel, including title, description and thumbnails. Next available id: 15.

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. Defaults to: null.
  • title (String.t): The channel's title. Defaults to: null.