Google Apps Script API
    Preparing search index...
    interface TeamdrivesCollection {
        create(
            resource: GoogleAppsScript.Drive_v3.Drive.V3.Schema.TeamDrive,
            requestId: string,
        ): GoogleAppsScript.Drive_v3.Drive.V3.Schema.TeamDrive;
        get(
            teamDriveId: string,
        ): GoogleAppsScript.Drive_v3.Drive.V3.Schema.TeamDrive;
        get(
            teamDriveId: string,
            optionalArgs: Record<string, any>,
        ): GoogleAppsScript.Drive_v3.Drive.V3.Schema.TeamDrive;
        list(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.TeamDriveList;
        list(
            optionalArgs: Record<string, any>,
        ): GoogleAppsScript.Drive_v3.Drive.V3.Schema.TeamDriveList;
        remove(teamDriveId: string): void;
        update(
            resource: GoogleAppsScript.Drive_v3.Drive.V3.Schema.TeamDrive,
            teamDriveId: string,
        ): GoogleAppsScript.Drive_v3.Drive.V3.Schema.TeamDrive;
        update(
            resource: GoogleAppsScript.Drive_v3.Drive.V3.Schema.TeamDrive,
            teamDriveId: string,
            optionalArgs: Record<string, any>,
        ): GoogleAppsScript.Drive_v3.Drive.V3.Schema.TeamDrive;
    }
    Index

    Methods