/**
* @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.output.MenuNode');
goog.require('spv.ds.ipprot_nova.output.MenuNodeType');
/**
* @struct
* @constructor
*/
spv.ds.ipprot_nova.output.MenuNode = function()
{
/**
* @type {string}
* @nocollapse
*/
this.id;
/**
* @type {spv.ds.ipprot_nova.output.MenuNodeType}
* @nocollapse
*/
this.node_type;
/**
* @type {Array.<spv.ds.ipprot_nova.output.MenuNode>}
* @nocollapse
*/
this.children;
};