Google Apps Script API
    Preparing search index...
    interface TeamDrive {
        backgroundImageFile?: GoogleAppsScript.Drive.Schema.TeamDriveBackgroundImageFile;
        backgroundImageLink?: string;
        capabilities?: GoogleAppsScript.Drive.Schema.TeamDriveCapabilities;
        colorRgb?: string;
        createdDate?: string;
        id?: string;
        kind?: string;
        name?: string;
        restrictions?: GoogleAppsScript.Drive.Schema.TeamDriveRestrictions;
        themeId?: string;
    }
    Index

    Properties

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