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

     1  # CommitRecordCreation
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **commit_id** | **String** | id of the commit record | 
     8  **version** | **i32** | version of the commit record | 
     9  **committer** | **String** | committer of the commit record | 
    10  **message** | **String** | message of the commit record | 
    11  **metarange_id** | **String** | metarange_id of the commit record | 
    12  **creation_date** | **i64** | Unix Epoch in seconds | 
    13  **parents** | **Vec<String>** | parents of the commit record | 
    14  **metadata** | Option<**std::collections::HashMap<String, String>**> | metadata of the commit record | [optional]
    15  **generation** | **i64** | generation of the commit record | 
    16  **force** | Option<**bool**> |  | [optional][default to false]
    17  
    18  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    19  
    20