vds/ipprot_nova/volvocampaigns/Campaign.js

/**
 * @fileoverview This file is generated by BoosterClientGenerator, do not edit.
 *               If this file needs to change consider updating the exporter
 *               code and re-run the export.
 *
 * @author anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
 */

goog.provide('spv.vds.ipprot_nova.volvocampaigns.Campaign');

goog.require('spv.vds.ipprot_nova.volvocampaigns.DigitalShowroomValues');




/**
 * @struct
 * @constructor
 */
spv.vds.ipprot_nova.volvocampaigns.Campaign = function()
{
	/**
	 * @type {Object}
	 * @nocollapse
	 */
	this.external_values;

	/**
	 * @type {spv.vds.ipprot_nova.volvocampaigns.DigitalShowroomValues}
	 * @nocollapse
	 */
	this.digital_showroom_values;
};