Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 926 Bytes

CreateIssueOption.md

File metadata and controls

22 lines (17 loc) · 926 Bytes

openapi.model.CreateIssueOption

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
assignee String username of assignee [optional] [default to null]
assignees List<String> [optional] [default to []]
body String [optional] [default to null]
closed bool [optional] [default to null]
dueDate DateTime [optional] [default to null]
labels List<int> list of label ids [optional] [default to []]
milestone int milestone id [optional] [default to null]
title String [default to null]

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