Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 942 Bytes

FirstLastNameUSRaceEthnicityOut.md

File metadata and controls

26 lines (20 loc) · 942 Bytes

NamSorClient::FirstLastNameUSRaceEthnicityOut

Properties

Name Type Description Notes
id String [optional]
first_name String [optional]
last_name String [optional]
race_ethnicity_alt String Second most likely US 'race'/ethnicity [optional]
race_ethnicity String Most likely US 'race'/ethnicity [optional]
score Float Compatibility to NamSor_v1 Origin score value [optional]

Code Sample

require 'NamSorClient'

instance = NamSorClient::FirstLastNameUSRaceEthnicityOut.new(id: null,
                                 first_name: null,
                                 last_name: null,
                                 race_ethnicity_alt: null,
                                 race_ethnicity: null,
                                 score: null)