Class: FinchAPI::Models::Sandbox::EmploymentUpdateResponse::CustomField
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::Sandbox::EmploymentUpdateResponse::CustomField
- Defined in:
- lib/finch_api/models/sandbox/employment_update_response.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(id: nil, class_code: nil, custom_fields: nil, department: nil, employment: nil, employment_status: nil, end_date: nil, first_name: nil, income: nil, income_history: nil, is_active: nil, last_name: nil, latest_rehire_date: nil, location: nil, manager: nil, middle_name: nil, source_id: nil, start_date: nil, title: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see FinchAPI::Models::Sandbox::EmploymentUpdateResponse for more details.
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(id: nil, class_code: nil, custom_fields: nil, department: nil, employment: nil, employment_status: nil, end_date: nil, first_name: nil, income: nil, income_history: nil, is_active: nil, last_name: nil, latest_rehire_date: nil, location: nil, manager: nil, middle_name: nil, source_id: nil, start_date: nil, title: nil) ⇒ Object
Some parameter documentations has been truncated, see FinchAPI::Models::Sandbox::EmploymentUpdateResponse for more details.
171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 |
# File 'lib/finch_api/models/sandbox/employment_update_response.rb', line 171 class CustomField < FinchAPI::Internal::Type::BaseModel # @!attribute name # # @return [String, nil] optional :name, String, nil?: true # @!attribute value # # @return [Object, nil] optional :value, FinchAPI::Internal::Type::Unknown # @!method initialize(name: nil, value: nil) # @param name [String, nil] # @param value [Object] end |
Instance Attribute Details
#name ⇒ String?
175 |
# File 'lib/finch_api/models/sandbox/employment_update_response.rb', line 175 optional :name, String, nil?: true |