| Name | Type | Description | Notes |
|---|---|---|---|
| error | String | Error message | [optional] |
| candidates | Array<Patient> | List of possible matches for the query | [optional] |
require 'primary_connect_client'
instance = PrimaryConnectClient::Candidates.new(
error: null,
candidates: null
)