Google Apps Script API
    Preparing search index...
    interface AdclientsCollection {
        getAdCode(accountId: string, adClientId: string): AdCode;
        list(accountId: string): AdClients;
        list(accountId: string, optionalArgs: object): AdClients;
    }
    Index

    Methods