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

     1  
     2  
     3  # Commit
     4  
     5  
     6  ## Properties
     7  
     8  | Name | Type | Description | Notes |
     9  |------------ | ------------- | ------------- | -------------|
    10  |**id** | **String** |  |  |
    11  |**parents** | **List<String>** |  |  |
    12  |**committer** | **String** |  |  |
    13  |**message** | **String** |  |  |
    14  |**creationDate** | **Long** | Unix Epoch in seconds |  |
    15  |**metaRangeId** | **String** |  |  |
    16  |**metadata** | **Map<String, String>** |  |  [optional] |
    17  |**generation** | **Long** |  |  [optional] |
    18  |**version** | **Integer** |  |  [optional] |
    19  
    20  
    21