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