/**
* @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.ds.ipprot_nova.definition.Configuration');
goog.require('spv.ds.ipprot_nova.definition.ImageConfiguration');
goog.require('spv.ds.ipprot_nova.definition.LinkConfiguration');
/**
* @struct
* @constructor
*/
spv.ds.ipprot_nova.definition.Configuration = function()
{
/**
* @type {string}
* @nocollapse
*/
this.title;
/**
* @type {boolean}
* @nocollapse
*/
this.disable_build;
/**
* @type {string}
* @nocollapse
*/
this.small_desc;
/**
* @type {string}
* @nocollapse
*/
this.price_text;
/**
* @type {spv.ds.ipprot_nova.definition.ImageConfiguration}
* @nocollapse
*/
this.image_config;
/**
* @type {spv.ds.ipprot_nova.definition.LinkConfiguration}
* @nocollapse
*/
this.link_config;
};