# CustomInstanceDb
## Properties
**logs** | [**models::CustomInstanceDbLogs**](CustomInstanceDbLogs.md) | |
**success** | **bool** | Whether the operation completed successfully |
**error** | Option<**String**> | Error message if the operation failed | [optional]
**tag** | Option<[**models::CustomInstanceDbTag**](CustomInstanceDbTag.md)> | | [optional]
**used_by_workspaces** | Option<**Vec<String>**> | Workspaces that reference this database via a ducklake catalog or datatable database with resource_type 'instance'. Computed at request time, not persisted. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)