github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/rust/docs/Commit.md (about) 1 # Commit 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **id** | **String** | | 8 **parents** | **Vec<String>** | | 9 **committer** | **String** | | 10 **message** | **String** | | 11 **creation_date** | **i64** | Unix Epoch in seconds | 12 **meta_range_id** | **String** | | 13 **metadata** | Option<**std::collections::HashMap<String, String>**> | | [optional] 14 **generation** | Option<**i64**> | | [optional] 15 **version** | Option<**i32**> | | [optional] 16 17 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 19