Class: FinchAPI::Models::Jobs::AutomatedCreateParams::Body::W4FormEmployeeSync
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::Jobs::AutomatedCreateParams::Body::W4FormEmployeeSync
- Defined in:
- lib/finch_api/models/jobs/automated_create_params.rb
Defined Under Namespace
Classes: Params
Instance Attribute Summary collapse
- #params ⇒ FinchAPI::Models::Jobs::AutomatedCreateParams::Body::W4FormEmployeeSync::Params
-
#type ⇒ Symbol, :w4_form_employee_sync
The type of job to start.
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(params:, type: :w4_form_employee_sync) ⇒ Object
|
|
# File 'lib/finch_api/models/jobs/automated_create_params.rb', line 52
|
Instance Attribute Details
#params ⇒ FinchAPI::Models::Jobs::AutomatedCreateParams::Body::W4FormEmployeeSync::Params
44 |
# File 'lib/finch_api/models/jobs/automated_create_params.rb', line 44 required :params, -> { FinchAPI::Jobs::AutomatedCreateParams::Body::W4FormEmployeeSync::Params } |
#type ⇒ Symbol, :w4_form_employee_sync
The type of job to start.
50 |
# File 'lib/finch_api/models/jobs/automated_create_params.rb', line 50 required :type, const: :w4_form_employee_sync |