Class: FinchAPI::Models::Sandbox::JobCreateParams

Inherits:
BaseModel
  • Object
show all
Includes:
Type::RequestParameters
Defined in:
lib/finch-api/models/sandbox/job_create_params.rb

Defined Under Namespace

Modules: Type

Instance Attribute Summary collapse

Attributes included from Type::RequestParameters

#request_options

Instance Method Summary collapse

Methods included from Type::RequestParameters

included

Constructor Details

#initialize(type:, request_options: {}) ⇒ JobCreateParams

Returns a new instance of JobCreateParams.

Parameters:



4
# File 'lib/finch-api/models/sandbox/job_create_params.rb', line 4

def initialize(type:, request_options: {}, **) = super

Instance Attribute Details

#typeSymbol, FinchAPI::Models::Sandbox::JobCreateParams::Type

The type of job to start. Currently the only supported type is ‘data_sync_all`



15
# File 'lib/finch-api/models/sandbox/job_create_params.rb', line 15

required :type, enum: -> { FinchAPI::Models::Sandbox::JobCreateParams::Type }