Name | Type | Description | Notes |
---|---|---|---|
id | String | [optional] | |
first_name | String | [optional] | |
last_name | String | [optional] | |
match_candidates | Array<NameMatchCandidateOut> | [optional] |
require 'NamSorClient'
instance = NamSorClient::NameMatchCandidatesOut.new(id: null,
first_name: null,
last_name: null,
match_candidates: null)