# DbaasIntegrationType
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | Option<**String**> | The type of the integration. | [optional]
**source_description** | Option<**String**> | The description of the source service types. | [optional]
**source_service_types** | Option<**Vec<String>**> | A list of the source service types the integration supports. | [optional]
**dest_description** | Option<**String**> | The description of the destination service types. | [optional]
**dest_service_types** | Option<**Vec<String>**> | A list of the destination service types the integration supports. | [optional]
**settings** | Option<[**models::DbaasIntegrationTypeSettings**](dbaas_integration_type_settings.md)> | | [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)