# QuestResultDocument

Model ID: `QuestResultDocument`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `decoded_document_data_b64` | `string|null` | No |  |  | `null` | Yes |  |
| `document_data` | `string|null` | No |  |  | `null` | Yes |  |
| `document_id` | `string|null` | No |  |  | `null` | Yes |  |
| `file_mime_type` | `string|null` | No |  |  | `null` | Yes |  |
| `file_name` | `string|null` | No |  |  | `null` | Yes |  |
| `result_info` | [`QuestResultInfo`](./QuestResultInfo.md) | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
