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> | 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> | A list of the destination service types the integration supports. | [optional] |
settings | Option<models::DbaasIntegrationTypeSettings> | [optional] |