| Name | Type | Description | Notes |
|---|---|---|---|
| source_definition_id | uuid::Uuid | ||
| name | String | ||
| docker_repository | String | ||
| docker_image_tag | String | ||
| documentation_url | Option<String> | [optional] | |
| icon | Option<String> | [optional] | |
| protocol_version | Option<String> | The Airbyte Protocol version supported by the connector | [optional] |
| release_stage | Option<crate::models::ReleaseStage> | [optional] | |
| release_date | Option<String> | The date when this connector was first released, in yyyy-mm-dd format. | [optional] |
| source_type | Option<String> | [optional] | |
| resource_requirements | Option<crate::models::ActorDefinitionResourceRequirements> | [optional] | |
| max_seconds_between_messages | Option<i64> | Number of seconds allowed between 2 airbyte protocol messages. The source will timeout if this delay is reach | [optional] |