/**
* @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.volvocompanycarsextensions.CCInputParam');
/**
* @struct
* @constructor
*/
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputParam = function()
{
/**
* @type {Object.<string, string>}
* @nocollapse
*/
this.choices;
/**
* @type {string}
* @nocollapse
*/
this.name;
/**
* @type {string}
* @nocollapse
*/
this.field_type;
/**
* @type {boolean}
* @nocollapse
*/
this.invalidate_view;
/**
* @type {boolean}
* @nocollapse
*/
this.read_only;
/**
* @type {string}
* @nocollapse
*/
this.value;
/**
* @type {string}
* @nocollapse
*/
this.value_hint;
};