Google Apps Script API
    Preparing search index...
    interface Metadata {
        actor?: string[];
        album?: string;
        artist?: string[];
        broadcaster?: string[];
        category?: string;
        contentType?: string;
        copyrightDate?: GoogleAppsScript.YoutubePartner.Schema.Date;
        customId?: string;
        description?: string;
        director?: string[];
        eidr?: string;
        endYear?: number;
        episodeNumber?: string;
        episodesAreUntitled?: boolean;
        genre?: string[];
        grid?: string;
        hfa?: string;
        infoUrl?: string;
        isan?: string;
        isrc?: string;
        iswc?: string;
        keyword?: string[];
        label?: string;
        notes?: string;
        originalReleaseMedium?: string;
        producer?: string[];
        ratings?: Rating[];
        releaseDate?: GoogleAppsScript.YoutubePartner.Schema.Date;
        seasonNumber?: string;
        showCustomId?: string;
        showTitle?: string;
        spokenLanguage?: string;
        startYear?: number;
        subtitledLanguage?: string[];
        title?: string;
        tmsId?: string;
        totalEpisodesExpected?: number;
        upc?: string;
        writer?: string[];
    }
    Index

    Properties

    actor?: string[]
    album?: string
    artist?: string[]
    broadcaster?: string[]
    category?: string
    contentType?: string
    customId?: string
    description?: string
    director?: string[]
    eidr?: string
    endYear?: number
    episodeNumber?: string
    episodesAreUntitled?: boolean
    genre?: string[]
    grid?: string
    hfa?: string
    infoUrl?: string
    isan?: string
    isrc?: string
    iswc?: string
    keyword?: string[]
    label?: string
    notes?: string
    originalReleaseMedium?: string
    producer?: string[]
    ratings?: Rating[]
    seasonNumber?: string
    showCustomId?: string
    showTitle?: string
    spokenLanguage?: string
    startYear?: number
    subtitledLanguage?: string[]
    title?: string
    tmsId?: string
    totalEpisodesExpected?: number
    upc?: string
    writer?: string[]