github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/java-legacy/docs/HookRun.md (about)

     1  
     2  
     3  # HookRun
     4  
     5  
     6  ## Properties
     7  
     8  Name | Type | Description | Notes
     9  ------------ | ------------- | ------------- | -------------
    10  **hookRunId** | **String** |  | 
    11  **action** | **String** |  | 
    12  **hookId** | **String** |  | 
    13  **startTime** | **OffsetDateTime** |  | 
    14  **endTime** | **OffsetDateTime** |  |  [optional]
    15  **status** | [**StatusEnum**](#StatusEnum) |  | 
    16  
    17  
    18  
    19  ## Enum: StatusEnum
    20  
    21  Name | Value
    22  ---- | -----
    23  FAILED | "failed"
    24  COMPLETED | "completed"
    25  
    26  
    27