Class: FinchAPI::Models::HRIS::EmploymentData::CustomField

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/finch-api/models/hris/employment_data.rb

Overview

def initialize: (Hash | FinchAPI::BaseModel) -> void

Instance Attribute Summary collapse

Instance Attribute Details

#nameString?

Returns:

  • (String, nil)


189
# File 'lib/finch-api/models/hris/employment_data.rb', line 189

optional :name, String

#valueObject? (readonly)

Returns:

  • (Object, nil)


198
# File 'lib/finch-api/models/hris/employment_data.rb', line 198

optional :value, FinchAPI::Unknown