Name | Type | Description | Notes |
---|---|---|---|
description | Option<String> | Description of the integration | [optional] |
settings | Option<serde_json::Value> | 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> | Integration id | [optional] |
dest | Option<String> | Destination service name | [optional] |