github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/java-legacy/docs/ActionRun.md (about) 1 2 3 # ActionRun 4 5 6 ## Properties 7 8 Name | Type | Description | Notes 9 ------------ | ------------- | ------------- | ------------- 10 **runId** | **String** | | 11 **branch** | **String** | | 12 **startTime** | **OffsetDateTime** | | 13 **endTime** | **OffsetDateTime** | | [optional] 14 **eventType** | **String** | | 15 **status** | [**StatusEnum**](#StatusEnum) | | 16 **commitId** | **String** | | 17 18 19 20 ## Enum: StatusEnum 21 22 Name | Value 23 ---- | ----- 24 FAILED | "failed" 25 COMPLETED | "completed" 26 27 28