Google Apps Script API
    Preparing search index...
    interface SubaccountsCollection {
        get(profileId: string, id: string): Subaccount;
        insert(resource: Subaccount, profileId: string): Subaccount;
        list(profileId: string): SubaccountsListResponse;
        list(profileId: string, optionalArgs: object): SubaccountsListResponse;
        patch(resource: Subaccount, profileId: string, id: string): Subaccount;
        update(resource: Subaccount, profileId: string): Subaccount;
    }
    Index

    Methods