Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 950 Bytes

CreatePullRequestOption.md

File metadata and controls

23 lines (18 loc) · 950 Bytes

openapi.model.CreatePullRequestOption

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
assignee String [optional] [default to null]
assignees List<String> [optional] [default to []]
base String [optional] [default to null]
body String [optional] [default to null]
dueDate DateTime [optional] [default to null]
head String [optional] [default to null]
labels List<int> [optional] [default to []]
milestone int [optional] [default to null]
title String [optional] [default to null]

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