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

    Methods

    Methods