| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique implementation identifier | |
| status | StatusEnum | Implementation status | |
| platform | PlatformEnum | Platform used | |
| implementationMethod | ImplementationMethodEnum | Implementation method | [optional] |
| creditsUsed | BigDecimal | Credits consumed | |
| createdAt | OffsetDateTime | Implementation start timestamp | |
| completedAt | OffsetDateTime | Implementation completion timestamp | [optional] |
| metadata | Map<String, Object> | Platform-specific metadata | [optional] |
| suggestion | Suggestion | ||
| rollbacks | List<Rollback> | Rollback history | [optional] |
| Name | Value |
|---|---|
| PENDING | "pending" |
| IN_PROGRESS | "in_progress" |
| SUCCESS | "success" |
| FAILED | "failed" |
| ROLLED_BACK | "rolled_back" |
| Name | Value |
|---|---|
| CUSTOM | "custom" |
| Name | Value |
|---|---|
| API | "api" |
| MANUAL | "manual" |