mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
26 lines
1.5 KiB
Markdown
26 lines
1.5 KiB
Markdown
# ContentsResponse
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**_links** | [**FileLinksResponse**](FileLinksResponse.md) | | [optional]
|
|
**content** | **String** | `content` is populated when `type` is `file`, otherwise null | [optional]
|
|
**downloadUrl** | **String** | | [optional]
|
|
**encoding** | **String** | `encoding` is populated when `type` is `file`, otherwise null | [optional]
|
|
**gitUrl** | **String** | | [optional]
|
|
**htmlUrl** | **String** | | [optional]
|
|
**lastAuthorDate** | [**Date**](Date.md) | | [optional]
|
|
**lastCommitMessage** | **String** | | [optional]
|
|
**lastCommitSha** | **String** | | [optional]
|
|
**lastCommitterDate** | [**Date**](Date.md) | | [optional]
|
|
**lfsOid** | **String** | | [optional]
|
|
**lfsSize** | **Long** | | [optional]
|
|
**name** | **String** | | [optional]
|
|
**path** | **String** | | [optional]
|
|
**sha** | **String** | | [optional]
|
|
**size** | **Long** | | [optional]
|
|
**submoduleGitUrl** | **String** | `submodule_git_url` is populated when `type` is `submodule`, otherwise null | [optional]
|
|
**target** | **String** | `target` is populated when `type` is `symlink`, otherwise null | [optional]
|
|
**type** | **String** | `type` will be `file`, `dir`, `symlink`, or `submodule` | [optional]
|
|
**url** | **String** | | [optional]
|