Google Apps Script API
    Preparing search index...
    interface Change {
        deleted?: boolean;
        drive?: GoogleAppsScript.Drive.Schema.Drive;
        driveId?: string;
        file?: GoogleAppsScript.Drive.Schema.File;
        fileId?: string;
        id?: string;
        kind?: string;
        modificationDate?: string;
        selfLink?: string;
        teamDrive?: GoogleAppsScript.Drive.Schema.TeamDrive;
        teamDriveId?: string;
        type?: string;
    }
    Index

    Properties

    deleted?: boolean
    driveId?: string
    fileId?: string
    id?: string
    kind?: string
    modificationDate?: string
    selfLink?: string
    teamDriveId?: string
    type?: string