Co-authored-by: kjuulh <contact@kjuulh.io> Reviewed-on: https://git.front.kjuulh.io/kjuulh/octopush/pulls/38
1.3 KiB
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] |