Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 906 Bytes

File metadata and controls

22 lines (17 loc) · 906 Bytes

openapi.model.Milestone

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
closedAt DateTime [optional] [default to null]
closedIssues int [optional] [default to null]
description String [optional] [default to null]
dueOn DateTime [optional] [default to null]
id int [optional] [default to null]
openIssues int [optional] [default to null]
state String StateType issue state type [optional] [default to null]
title String [optional] [default to null]

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