Google Apps Script API
    Preparing search index...
    interface AdunitsCollection {
        list(adClientId: string, customChannelId: string): AdUnits;
        list(
            adClientId: string,
            customChannelId: string,
            optionalArgs: object,
        ): AdUnits;
    }
    Index

    Methods

    Methods