# 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] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)