Google Apps Script API
    Preparing search index...
    interface CustomersCollection {
        get(customerId: string): GoogleAppsScript.AdminReseller.Schema.Customer;
        insert(
            resource: GoogleAppsScript.AdminReseller.Schema.Customer,
        ): GoogleAppsScript.AdminReseller.Schema.Customer;
        insert(
            resource: GoogleAppsScript.AdminReseller.Schema.Customer,
            optionalArgs: object,
        ): GoogleAppsScript.AdminReseller.Schema.Customer;
        patch(
            resource: GoogleAppsScript.AdminReseller.Schema.Customer,
            customerId: string,
        ): GoogleAppsScript.AdminReseller.Schema.Customer;
        update(
            resource: GoogleAppsScript.AdminReseller.Schema.Customer,
            customerId: string,
        ): GoogleAppsScript.AdminReseller.Schema.Customer;
    }
    Index

    Methods