Google Apps Script API
    Preparing search index...
    interface CustomersCollection {
        get(
            customerKey: string,
        ): GoogleAppsScript.AdminDirectory.Schema.Customer;
        patch(
            resource: GoogleAppsScript.AdminDirectory.Schema.Customer,
            customerKey: string,
        ): GoogleAppsScript.AdminDirectory.Schema.Customer;
        update(
            resource: GoogleAppsScript.AdminDirectory.Schema.Customer,
            customerKey: string,
        ): GoogleAppsScript.AdminDirectory.Schema.Customer;
    }
    Index

    Methods