Module Values.IndustrySource

Sourcetype nonrec t =
  1. | Aerospace
  2. | Agriculture
  3. | Automotive
  4. | Computers_and_Electronics
  5. | Consumer_Goods
  6. | Education
  7. | Energy___Oil_and_Gas
  8. | Energy___Power_and_Utilities
  9. | Financial_Services
  10. | Gaming
  11. | Government
  12. | Healthcare
  13. | Hospitality
  14. | Life_Sciences
  15. | Manufacturing
  16. | Marketing_and_Advertising
  17. | Media_and_Entertainment
  18. | Mining
  19. | Non_Profit_Organization
  20. | Professional_Services
  21. | Real_Estate_and_Construction
  22. | Retail
  23. | Software_and_Internet
  24. | Telecommunications
  25. | Transportation_and_Logistics
  26. | Travel
  27. | Wholesale_and_Distribution
  28. | Other
  29. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t