/**
* @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.modelviews.Option');
/**
* @struct
* @constructor
*/
spv.vds.ipprot_nova.modelviews.Option = function()
{
/**
* @type {string}
* @nocollapse
*/
this.name;
/**
* @type {Object}
* @nocollapse
*/
this.featured;
/**
* @type {string}
* @nocollapse
*/
this.code;
/**
* @type {string}
* @nocollapse
*/
this.description;
/**
* @type {?boolean}
* @nocollapse
*/
this.key_feature;
/**
* @type {Object}
* @nocollapse
*/
this.containing_options;
};