Module: FinchAPI::Models::Sandbox::JobCreateParams::Type
- Extended by:
- Type::Enum
- Defined in:
- lib/finch-api/models/sandbox/job_create_params.rb
Overview
The type of job to start. Currently the only supported type is ‘data_sync_all`
Constant Summary collapse
- DATA_SYNC_ALL =
:data_sync_all
Class Method Summary collapse
Methods included from Type::Enum
Methods included from Type::Converter
#coerce, coerce, #dump, dump, type_info
Class Method Details
.values ⇒ Array<Symbol>
2 |
# File 'lib/finch-api/models/sandbox/job_create_params.rb', line 2 def self.values; end |