Class: FinchAPI::Models::HRIS::EmploymentDataResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::HRIS::EmploymentDataResponse
- Defined in:
- lib/finch_api/models/hris/employment_data_response.rb
Overview
Instance Attribute Summary collapse
- #body ⇒ FinchAPI::HRIS::EmploymentData::UnionMember0, FinchAPI::HRIS::EmploymentData::BatchError
- #code ⇒ Integer
-
#individual_id ⇒ String
A stable Finch ‘id` (UUID v4) for an individual in the company.
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_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!
Constructor Details
#initialize(body: , code: , individual_id: ) ⇒ Object
|
|
# File 'lib/finch_api/models/hris/employment_data_response.rb', line 24
|
Instance Attribute Details
#body ⇒ FinchAPI::HRIS::EmploymentData::UnionMember0, FinchAPI::HRIS::EmploymentData::BatchError
11 |
# File 'lib/finch_api/models/hris/employment_data_response.rb', line 11 required :body, union: -> { FinchAPI::HRIS::EmploymentData } |
#code ⇒ Integer
16 |
# File 'lib/finch_api/models/hris/employment_data_response.rb', line 16 required :code, Integer |
#individual_id ⇒ String
A stable Finch ‘id` (UUID v4) for an individual in the company.
22 |
# File 'lib/finch_api/models/hris/employment_data_response.rb', line 22 required :individual_id, String |