package com.microsoft.bingads.v11.bulk.entities; import com.microsoft.bingads.v11.bulk.BulkFileReader; import com.microsoft.bingads.v11.bulk.BulkFileWriter; import com.microsoft.bingads.v11.bulk.BulkOperation; import com.microsoft.bingads.v11.bulk.BulkServiceManager; /** * Represents a campaign level Review ad extension. This class exposes properties * that can be read and written as fields of the Campaign Review Ad Extension * record in a bulk file. * <p/> * For more information, see Campaign Review Ad Extension at * <a href="https://go.microsoft.com/fwlink/?linkid=846127">https://go.microsoft.com/fwlink/?linkid=846127</a> * * @see BulkServiceManager * @see BulkOperation * @see BulkFileReader * @see BulkFileWriter */ public class BulkCampaignReviewAdExtension extends BulkCampaignAdExtension { }