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 callout ad extension. This class exposes * properties that can be read and written as fields of the Ad Group Callout Ad * Extension record in a bulk file. * <p/> * <p> * For more information, see Ad Group Callout Ad Extension at * <a href="http://go.microsoft.com/fwlink/?LinkID=730544">http://go.microsoft.com/fwlink/?LinkID=730544</a>. * </p> * * @see BulkServiceManager * @see BulkOperation * @see BulkFileReader * @see BulkFileWriter */ public class BulkAdGroupCalloutAdExtension extends BulkAdGroupAdExtension { }