Method: OpenapiClient::EmploymentHistoryNoNonNullRequest.openapi_types

Defined in:
lib/openapi_client/models/employment_history_no_non_null_request.rb

.openapi_typesObject

Attribute type mapping.



51
52
53
54
55
56
57
58
59
60
61
# File 'lib/openapi_client/models/employment_history_no_non_null_request.rb', line 51

def self.openapi_types
  {
    :'job_title' => :'String',
    :'effective_date' => :'Date',
    :'group_id' => :'String',
    :'group_remote_id' => :'String',
    :'group_name' => :'String',
    :'manager_id' => :'String',
    :'manager_remote_id' => :'String'
  }
end