exoscale-rs 3.0.0

Infrastructure automation API, allowing programmatic access to all Exoscale products and services. The [OpenAPI Specification](http://spec.openapis.org/oas/v3.0.3.html) source of this documentation can be obtained here: * [JSON format](https://openapi-v2.exoscale.com/source.json) * [YAML format](https://openapi-v2.exoscale.com/source.yaml)
Documentation
# DbaasIntegration

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | Option<**String**> | Description of the integration | [optional]
**settings** | Option<[**serde_json::Value**].md> | Integration settings | [optional]
**r#type** | Option<**String**> | Integration type | [optional]
**is_enabled** | Option<**bool**> | Whether the integration is enabled or not | [optional]
**source** | Option<**String**> | Source service name | [optional]
**is_active** | Option<**bool**> | Whether the integration is active or not | [optional]
**status** | Option<**String**> | Integration status | [optional]
**id** | Option<[**uuid::Uuid**]uuid::Uuid.md> | Integration id | [optional]
**dest** | Option<**String**> | Destination service name | [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)