mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
715 B
715 B
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] |