Files
2025-09-07 00:21:05 +00:00

9 lines
358 B
Markdown

# GitObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sha** | **String** | The SHA hash of the Git object | [optional]
**type** | **String** | The type of the Git object (e.g., commit, tag, tree, blob) | [optional]
**url** | **String** | The URL to access this Git object | [optional]