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

    Methods