/**
* @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.DigitalShowroomValues');
goog.require('spv.vds.ipprot_nova.volvocampaigns.ConfigurationValue');
/**
* @struct
* @constructor
*/
spv.vds.ipprot_nova.volvocampaigns.DigitalShowroomValues = function()
{
/**
* @type {spv.vds.ipprot_nova.volvocampaigns.ConfigurationValue}
* @nocollapse
*/
this.input_config;
/**
* @type {spv.vds.ipprot_nova.volvocampaigns.ConfigurationValue}
* @nocollapse
*/
this.output_config;
/**
* @type {Object.<string, string>}
* @nocollapse
*/
this.item_short_texts;
};