| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique implementation identifier | |
| status | String | Implementation status | |
| platform | String | Platform used | |
| implementation_method | Option<String> | Implementation method | [optional] |
| credits_used | Option<f64> | Credits consumed | [optional] |
| created_at | String | Implementation start timestamp | |
| completed_at | Option<String> | Implementation completion timestamp | [optional] |
| metadata | Option<std::collections::HashMap<String, serde_json::Value>> | Platform-specific metadata | [optional] |
| suggestion | models::Suggestion | ||
| rollbacks | Option<Vecmodels::Rollback> | Rollback history | [optional] |