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

     1  # CommitCreation
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **message** | **String** |  | 
     8  **metadata** | Option<**std::collections::HashMap<String, String>**> |  | [optional]
     9  **date** | Option<**i64**> | set date to override creation date in the commit (Unix Epoch in seconds) | [optional]
    10  **allow_empty** | Option<**bool**> | sets whether a commit can contain no changes | [optional][default to false]
    11  **force** | Option<**bool**> |  | [optional][default to false]
    12  
    13  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    14  
    15