Files
tea4j-autodeploy/docs/GitBlobResponse.md
T
2025-09-07 00:21:05 +00:00

13 lines
715 B
Markdown

# 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]