| Name | Type | Description | Notes |
|---|---|---|---|
| connection_id | uuid::Uuid | ||
| name | String | ||
| schedule_type | Option<crate::models::ConnectionScheduleType> | [optional] | |
| schedule_data | Option<crate::models::ConnectionScheduleData> | [optional] | |
| status | crate::models::ConnectionStatus | ||
| source | crate::models::SourceSnippetRead | ||
| destination | crate::models::DestinationSnippetRead | ||
| latest_sync_job_created_at | Option<i64> | epoch time of the latest sync job. null if no sync job has taken place. | [optional] |
| latest_sync_job_status | Option<crate::models::JobStatus> | [optional] | |
| is_syncing | bool | ||
| schema_change | crate::models::SchemaChange |