Class: Rafflesia::Types::AlphaFoldChainComparisonsExportRequestOutputFormat

Inherits:
Object
  • Object
show all
Defined in:
lib/rafflesia/types/alpha_fold_chain_comparisons_export_request_output_format.rb

Constant Summary collapse

JSON =
'json'
CSV =
'csv'
PARQUET =
'parquet'
ALL =
[JSON, CSV, PARQUET].freeze