Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.68 KB

ContentsResponse.md

File metadata and controls

28 lines (23 loc) · 1.68 KB

openapi.model.ContentsResponse

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
links FileLinksResponse [optional] [default to null]
content String `content` is populated when `type` is `file`, otherwise null [optional] [default to null]
downloadUrl String [optional] [default to null]
encoding String `encoding` is populated when `type` is `file`, otherwise null [optional] [default to null]
gitUrl String [optional] [default to null]
htmlUrl String [optional] [default to null]
name String [optional] [default to null]
path String [optional] [default to null]
sha String [optional] [default to null]
size int [optional] [default to null]
submoduleGitUrl String `submodule_git_url` is populated when `type` is `submodule`, otherwise null [optional] [default to null]
target String `target` is populated when `type` is `symlink`, otherwise null [optional] [default to null]
type String `type` will be `file`, `dir`, `symlink`, or `submodule` [optional] [default to null]
url String [optional] [default to null]

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