public list( object: { part: string; channelId?: string; channelType?: string; forContentOwner?: boolean; forMine?: boolean; maxResults?: number; onBehalfOfContentOwner?: string; order?: string; pageToken?: string; publishedAfter?: string; publishedBefore?: string; q?: string; regionCode?: string; relatedToVideoId?: string; safeSearch?: string; topicId?: string; type?: string; videoCaption?: string; videoCategoryId?: string; videoDefinition?: string; videoDimension?: string; videoDuration?: string; videoEmbeddable?: string; videoLicense?: string; videoSyndicated?: string; videoType?: string; } ) : HttpRequest
Defined in youtube/gapi.youtube.d.ts:330
Returns a collection of search results that match the query parameters specified in the API request. By default, a search result set identifies matching video, channel, and playlist resources, but you can also configure queries to only retrieve a specific type of resource.
Parameters
object: { part: string; channelId?: string; channelType?: string; forContentOwner?: boolean; forMine?: boolean; maxResults?: number; onBehalfOfContentOwner?: string; order?: string; pageToken?: string; publishedAfter?: string; publishedBefore?: string; q?: string; regionCode?: string; relatedToVideoId?: string; safeSearch?: string; topicId?: string; type?: string; videoCaption?: string; videoCategoryId?: string; videoDefinition?: string; videoDimension?: string; videoDuration?: string; videoEmbeddable?: string; videoLicense?: string; videoSyndicated?: string; videoType?: string; }
Returns
HttpRequest