ds/ipprot_nova/output/PdfGenerationResult.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.output.PdfGenerationResult');
  9. /**
  10. * @struct
  11. * @constructor
  12. */
  13. spv.ds.ipprot_nova.output.PdfGenerationResult = function()
  14. {
  15. /**
  16. * @type {string}
  17. * @nocollapse
  18. */
  19. this.result_code;
  20. /**
  21. * @type {string}
  22. * @nocollapse
  23. */
  24. this.url;
  25. /**
  26. * @type {string}
  27. * @nocollapse
  28. */
  29. this.file_path;
  30. /**
  31. * @type {string}
  32. * @nocollapse
  33. */
  34. this.CODE_SUCCESS;
  35. /**
  36. * @type {string}
  37. * @nocollapse
  38. */
  39. this.CODE_INVALID_TEMPLATE;
  40. /**
  41. * @type {string}
  42. * @nocollapse
  43. */
  44. this.CODE_SERVICE_FAILURE;
  45. };