Google Apps Script API
    Preparing search index...
    interface QueryResponse {
        columnHeaders?: ResultTableColumnHeader[];
        errors?: GoogleAppsScript.YouTubeAnalytics.Schema.Errors;
        kind?: string;
        rows?: any[][];
    }
    Index

    Properties

    columnHeaders?: ResultTableColumnHeader[]
    kind?: string
    rows?: any[][]