ds/ipprot_nova/input/PresentationStructureQuery.js

  1. /**
  2. * @fileoverview This file is generated by BoosterClientGenerator, do not edit.
  3. * If this file needs to change consider updating the exporter
  4. * code and re-run the export.
  5. *
  6. * @author anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
  7. */
  8. goog.provide('spv.ds.ipprot_nova.input.PresentationStructureQuery');
  9. goog.require('spv.ds.ipprot_nova.presentationfilter.FilterGroupOptions');
  10. /**
  11. * @struct
  12. * @constructor
  13. */
  14. spv.ds.ipprot_nova.input.PresentationStructureQuery = function()
  15. {
  16. /**
  17. * @type {spv.ds.ipprot_nova.presentationfilter.FilterGroupOptions}
  18. * @nocollapse
  19. */
  20. this.Options;
  21. /**
  22. * @type {string}
  23. * @nocollapse
  24. */
  25. this.PathRegex;
  26. };