Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 751 Bytes

File metadata and controls

20 lines (15 loc) · 751 Bytes

openapi.model.GitTreeResponse

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
page int [optional] [default to null]
sha String [optional] [default to null]
totalCount int [optional] [default to null]
tree List<GitEntry> [optional] [default to []]
truncated bool [optional] [default to null]
url String [optional] [default to null]

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