/**
* @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.pricemode.OptionalConfigChanges');
goog.require('spv.ds.ipprot_nova.output.OutBopUpdate');
/**
* @struct
* @constructor
*/
spv.vds.ipprot_nova.pricemode.OptionalConfigChanges = function()
{
/**
* @type {Array.<spv.ds.ipprot_nova.output.OutBopUpdate>}
* @nocollapse
*/
this.optional_active_items;
/**
* @type {string}
* @nocollapse
*/
this.optional_changes_text;
};