/**
* @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.output.ConfigQuickInfo');
/**
* @struct
* @constructor
*/
spv.vds.ipprot_nova.output.ConfigQuickInfo = function()
{
/**
* @type {string}
* @nocollapse
*/
this.config_name;
/**
* @type {string}
* @nocollapse
*/
this.model;
/**
* @type {string}
* @nocollapse
*/
this.model_variant;
/**
* @type {string}
* @nocollapse
*/
this.engine;
/**
* @type {string}
* @nocollapse
*/
this.date_created;
};