google_api_you_tube v0.10.0 GoogleApi.YouTube.V3.Model.SearchResult View Source
A search result contains information about a YouTube video, channel, or playlist that matches the search parameters specified in an API request. While a search result points to a uniquely identifiable resource, like a video, it does not have its own persistent data.
Attributes
etag(type:String.t, default:nil) - Etag of this resource.id(type:GoogleApi.YouTube.V3.Model.ResourceId.t, default:nil) - The id object contains information that can be used to uniquely identify the resource that matches the search request.kind(type:String.t, default:youtube#searchResult) - Identifies what kind of resource this is. Value: the fixed string "youtube#searchResult".snippet(type:GoogleApi.YouTube.V3.Model.SearchResultSnippet.t, default:nil) - The snippet object contains basic details about a search result, such as its title or description. For example, if the search result is a video, then the title will be the video's title and the description will be the video's description.
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 Sourcet() :: %GoogleApi.YouTube.V3.Model.SearchResult{
etag: String.t(),
id: GoogleApi.YouTube.V3.Model.ResourceId.t(),
kind: String.t(),
snippet: GoogleApi.YouTube.V3.Model.SearchResultSnippet.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.