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

    Methods