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