Google Apps Script API
    Preparing search index...
    interface Drive {
        backgroundImageFile?: GoogleAppsScript.Drive.Schema.DriveBackgroundImageFile;
        backgroundImageLink?: string;
        capabilities?: GoogleAppsScript.Drive.Schema.DriveCapabilities;
        colorRgb?: string;
        createdDate?: string;
        hidden?: boolean;
        id?: string;
        kind?: string;
        name?: string;
        restrictions?: GoogleAppsScript.Drive.Schema.DriveRestrictions;
        themeId?: string;
    }
    Index

    Properties

    backgroundImageLink?: string
    colorRgb?: string
    createdDate?: string
    hidden?: boolean
    id?: string
    kind?: string
    name?: string
    themeId?: string