package com.microsoft.bingads.v10.bulk.entities; import com.microsoft.bingads.v10.bulk.BulkFileReader; import com.microsoft.bingads.v10.bulk.BulkFileWriter; import com.microsoft.bingads.v10.bulk.BulkOperation; import com.microsoft.bingads.v10.bulk.BulkServiceManager; /** * Represents an ad group level Review ad extension. This class exposes * properties that can be read and written as fields of the Ad Group Review Ad * Extension record in a bulk file. * <p/> * <p> * For more information, see Ad Group Review Ad Extension at * <a href="http://go.microsoft.com/fwlink/?LinkID=730547">http://go.microsoft.com/fwlink/?LinkID=730547</a>. * </p> * * @see BulkServiceManager * @see BulkOperation * @see BulkFileReader * @see BulkFileWriter */ public class BulkAdGroupReviewAdExtension extends BulkAdGroupAdExtension { }