Skip to content

Latest commit

 

History

History
executable file
·
23 lines (19 loc) · 1.32 KB

ContentsResponse.md

File metadata and controls

executable file
·
23 lines (19 loc) · 1.32 KB

ContentsResponse

Properties

Name Type Description Notes
links FileLinksResponse [optional]
content str `content` is populated when `type` is `file`, otherwise null [optional]
download_url str [optional]
encoding str `encoding` is populated when `type` is `file`, otherwise null [optional]
git_url str [optional]
html_url str [optional]
name str [optional]
path str [optional]
sha str [optional]
size int [optional]
submodule_git_url str `submodule_git_url` is populated when `type` is `submodule`, otherwise null [optional]
target str `target` is populated when `type` is `symlink`, otherwise null [optional]
type str `type` will be `file`, `dir`, `symlink`, or `submodule` [optional]
url str [optional]

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