1.4 KiB
1.4 KiB
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] | |
| last_commit_sha | 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] |