Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

schema_search_list

import type { schema_search_list } from "https://raw.githubusercontent.com/akshgpt7/youtube-api-deno/master/src/mod.ts";
interface schema_search_list extends param {
channelId?: string;
channelType?: "any" | "show";
eventType?: "completed" | "live" | "upcoming";
forContentOwner?: boolean;
forDeveloper?: boolean;
forMine?: boolean;
location?: string;
locationRadius?: string;
maxResults?: number;
onBehalfOfContentOwner?: string;
order?:
| "date"
| "rating"
| "relevance"
| "title"
| "videoCount"
| "viewCount";
pageToken?: string;
part: string;
publishedAfter?: string;
publishedBefore?: string;
q?: string;
regionCode?: string;
relatedToVideoId?: string;
relevanceLanguage?: string;
safeSearch?: "moderate" | "none" | "strict";
topicId?: string;
type?: string;
videoCaption?: "any" | "closedCaption" | "none";
videoCategoryId?: string;
videoDefinition?: "any" | "high" | "standard";
videoDimension?: "2d" | "3d" | "any";
videoDuration?:
| "any"
| "long"
| "medium"
| "short";
videoEmbeddable?: "any" | "true";
videoLicense?: "any" | "creativeCommon" | "youtube";
videoSyndicated?: "any" | "true";
videoType?: "any" | "episode" | "movie";
}

§Extends

§Properties

§
channelId?: string
[src]
§
channelType?: "any" | "show"
[src]
§
eventType?: "completed" | "live" | "upcoming"
[src]
§
forContentOwner?: boolean
[src]
§
forDeveloper?: boolean
[src]
§
forMine?: boolean
[src]
§
location?: string
[src]
§
locationRadius?: string
[src]
§
maxResults?: number
[src]
§
onBehalfOfContentOwner?: string
[src]
§
order?: "date" | "rating" | "relevance" | "title" | "videoCount" | "viewCount"
[src]
§
pageToken?: string
[src]
§
part: string
[src]
§
publishedAfter?: string
[src]
§
publishedBefore?: string
[src]
§
q?: string
[src]
§
regionCode?: string
[src]
§
relatedToVideoId?: string
[src]
§
relevanceLanguage?: string
[src]
§
safeSearch?: "moderate" | "none" | "strict"
[src]
§
topicId?: string
[src]
§
type?: string
[src]
§
videoCaption?: "any" | "closedCaption" | "none"
[src]
§
videoCategoryId?: string
[src]
§
videoDefinition?: "any" | "high" | "standard"
[src]
§
videoDimension?: "2d" | "3d" | "any"
[src]
§
videoDuration?: "any" | "long" | "medium" | "short"
[src]
§
videoEmbeddable?: "any" | "true"
[src]
§
videoLicense?: "any" | "creativeCommon" | "youtube"
[src]
§
videoSyndicated?: "any" | "true"
[src]
§
videoType?: "any" | "episode" | "movie"
[src]