google_api_you_tube v0.0.1 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 (String.t): Etag of this resource. Defaults to:
null. - id (ResourceId): The id object contains information that can be used to uniquely identify the resource that matches the search request. Defaults to:
null. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "youtube#searchResult". Defaults to:
null. - snippet (SearchResultSnippet): 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. Defaults to:
null.