ds/ipprot_nova/output/PresentationStructure.js

/**
 * @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.PresentationStructure');

goog.require('spv.ds.ipprot_nova.output.PresentationStructureItemState');
goog.require('spv.ds.ipprot_nova.presentationfilter.Query');




/**
 * @struct
 * @constructor
 */
spv.ds.ipprot_nova.output.PresentationStructure = function()
{
	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.filter;

	/**
	 * @type {spv.ds.ipprot_nova.presentationfilter.Query}
	 * @nocollapse
	 */
	this.query;

	/**
	 * @type {Object.<string, Array.<string>>}
	 * @nocollapse
	 */
	this.nodes;

	/**
	 * @type {Object.<string, spv.ds.ipprot_nova.output.PresentationStructureItemState>}
	 * @nocollapse
	 */
	this.items;
};