octopush/crates/gitea_raw_client/docs/ContentsResponse.md
Kasper Juul Hermansen 991861db99
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Rewrite rust (#38)
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: #38
2022-11-27 11:21:35 +00:00

1.3 KiB

ContentsResponse

Properties

Name Type Description Notes
_links Option<crate::models::FileLinksResponse> [optional]
content Option<String> content is populated when type is file, otherwise null [optional]
download_url Option<String> [optional]
encoding Option<String> encoding is populated when type is file, otherwise null [optional]
git_url Option<String> [optional]
html_url Option<String> [optional]
name Option<String> [optional]
path Option<String> [optional]
sha Option<String> [optional]
size Option<i64> [optional]
submodule_git_url Option<String> submodule_git_url is populated when type is submodule, otherwise null [optional]
target Option<String> target is populated when type is symlink, otherwise null [optional]
r#type Option<String> type will be file, dir, symlink, or submodule [optional]
url Option<String> [optional]

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