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

877 B

GitTreeResponse

Properties

Name Type Description Notes
page Option<i64> Page is the current page number for pagination [optional]
sha Option<String> SHA is the tree object SHA [optional]
total_count Option<i64> TotalCount is the total number of entries in the tree [optional]
tree Option<Vecmodels::GitEntry> Entries contains the tree entries (files and directories) [optional]
truncated Option<bool> Truncated indicates if the response was truncated due to size [optional]
url Option<String> URL is the API URL for this tree [optional]

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