Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 996 Bytes

Branch.md

File metadata and controls

23 lines (18 loc) · 996 Bytes

openapi.model.Branch

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
commit PayloadCommit [optional] [default to null]
effectiveBranchProtectionName String [optional] [default to null]
enableStatusCheck bool [optional] [default to null]
name String [optional] [default to null]
protected bool [optional] [default to null]
requiredApprovals int [optional] [default to null]
statusCheckContexts List<String> [optional] [default to []]
userCanMerge bool [optional] [default to null]
userCanPush bool [optional] [default to null]

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