Google Apps Script API
    Preparing search index...
    interface FileList {
        etag?: string;
        incompleteSearch?: boolean;
        items?: GoogleAppsScript.Drive.Schema.File[];
        kind?: string;
        nextLink?: string;
        nextPageToken?: string;
        selfLink?: string;
    }
    Index

    Properties

    etag?: string
    incompleteSearch?: boolean
    kind?: string
    nextLink?: string
    nextPageToken?: string
    selfLink?: string