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,
sig/finch_api/models/sandbox/employment_update_response.rbs
Defined Under Namespace
Modules: Value
Instance Attribute Summary collapse
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(name: nil, value: nil) ⇒ Object
216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 |
# File 'lib/finch_api/models/sandbox/employment_update_response.rb', line 216 class CustomField < FinchAPI::Internal::Type::BaseModel # @!attribute name # # @return [String, nil] optional :name, String, nil?: true # @!attribute value # # @return [String, Array<Object>, Object, Float, Boolean, nil] optional :value, union: -> { FinchAPI::Models::Sandbox::EmploymentUpdateResponse::CustomField::Value }, nil?: true # @!method initialize(name: nil, value: nil) # @param name [String, nil] # @param value [String, Array<Object>, Object, Float, Boolean, nil] # @see FinchAPI::Models::Sandbox::EmploymentUpdateResponse::CustomField#value module Value extend FinchAPI::Internal::Type::Union variant String variant -> { FinchAPI::Models::Sandbox::EmploymentUpdateResponse::CustomField::Value::UnionMember1Array } variant FinchAPI::Internal::Type::Unknown variant Float variant FinchAPI::Internal::Type::Boolean # @!method self.variants # @return [Array(String, Array<Object>, Object, Float, Boolean)] # @type [FinchAPI::Internal::Type::Converter] UnionMember1Array = FinchAPI::Internal::Type::ArrayOf[FinchAPI::Internal::Type::Unknown] end end |
Instance Attribute Details
#name ⇒ String?
220 |
# File 'lib/finch_api/models/sandbox/employment_update_response.rb', line 220 optional :name, String, nil?: true |
#value ⇒ String, ...
225 226 227 |
# File 'lib/finch_api/models/sandbox/employment_update_response.rb', line 225 optional :value, union: -> { FinchAPI::Models::Sandbox::EmploymentUpdateResponse::CustomField::Value }, nil?: true |
Instance Method Details
#to_hash ⇒ {
153 |
# File 'sig/finch_api/models/sandbox/employment_update_response.rbs', line 153
def to_hash: -> {
|