google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.SearchResultSnippet View Source
Basic details about a search result, including title, description and thumbnails of the item referenced by the search result.
Attributes
- channelId (String.t): The value that YouTube uses to uniquely identify the channel that published the resource that the search result identifies. Defaults to:
null
. - channelTitle (String.t): The title of the channel that published the resource that the search result identifies. Defaults to:
null
. - description (String.t): A description of the search result. Defaults to:
null
. liveBroadcastContent (String.t): It indicates if the resource (video or channel) has upcoming/active live broadcast content. Or it's "none" if there is not any upcoming/active live broadcasts. Defaults to:
null
.- Enum - one of [live, none, upcoming]
- publishedAt (DateTime.t): The creation date and time of the resource that the search result identifies. 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 search result. 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 title of the search result. 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()
View Source
t() :: %GoogleApi.YouTube.V3.Model.SearchResultSnippet{
channelId: any(),
channelTitle: any(),
description: any(),
liveBroadcastContent: any(),
publishedAt: DateTime.t(),
thumbnails: GoogleApi.YouTube.V3.Model.ThumbnailDetails.t(),
title: any()
}
t() :: %GoogleApi.YouTube.V3.Model.SearchResultSnippet{ channelId: any(), channelTitle: any(), description: any(), liveBroadcastContent: any(), 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
Unwrap a decoded JSON object into its complex fields.