google_api_you_tube v0.2.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. 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
Unwrap a decoded JSON object into its complex fields.