# DBaaS Task

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `create-time` | string | no | ISO 8601 date-time. |
| `id` | string | no | Must be a valid UUID. |
| `result` | string | no |  |
| `result-codes` | array of [Result Codes](/reference/api/_schemas/dbaas-task/#result-codes) | no |  |
| `success` | boolean | no |  |
| `task-type` | string | no |  |

### Result Codes {#result-codes}

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `code` | string | no |  |
| `dbname` | string | no |  |

