Files
gitea-rs/crates/gitea-client/docs/GitBlobResponse.md
2026-03-20 16:24:40 +01:00

920 B

GitBlobResponse

Properties

Name Type Description Notes
content Option<String> The content of the git blob (may be base64 encoded) [optional]
encoding Option<String> The encoding used for the content (e.g., "base64") [optional]
lfs_oid Option<String> The LFS object ID if this blob is stored in LFS [optional]
lfs_size Option<i64> The size of the LFS object if this blob is stored in LFS [optional]
sha Option<String> The SHA hash of the git blob [optional]
size Option<i64> The size of the git blob in bytes [optional]
url Option<String> The URL to access this git blob [optional]

[Back to Model list] [Back to API list] [Back to README]