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

     1  # Commit
     2  
     3  
     4  ## Properties
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **id** | **str** |  | 
     8  **parents** | **[str]** |  | 
     9  **committer** | **str** |  | 
    10  **message** | **str** |  | 
    11  **creation_date** | **int** | Unix Epoch in seconds | 
    12  **meta_range_id** | **str** |  | 
    13  **metadata** | **{str: (str,)}** |  | [optional] 
    14  **generation** | **int** |  | [optional] 
    15  **version** | **int** |  | [optional] 
    16  **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
    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