# GitBlobResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **content** | **String** | The content of the git blob (may be base64 encoded) | [optional] **encoding** | **String** | The encoding used for the content (e.g., \"base64\") | [optional] **lfsOid** | **String** | The LFS object ID if this blob is stored in LFS | [optional] **lfsSize** | **Long** | The size of the LFS object if this blob is stored in LFS | [optional] **sha** | **String** | The SHA hash of the git blob | [optional] **size** | **Long** | The size of the git blob in bytes | [optional] **url** | **String** | The URL to access this git blob | [optional]