Files
gitea-rs/crates/gitea-client/docs/Milestone.md
2026-03-20 16:24:40 +01:00

1.0 KiB

Milestone

Properties

Name Type Description Notes
closed_at Option<String> [optional]
closed_issues Option<i64> ClosedIssues is the number of closed issues in this milestone [optional]
created_at Option<String> [optional]
description Option<String> Description provides details about the milestone [optional]
due_on Option<String> [optional]
id Option<i64> ID is the unique identifier for the milestone [optional]
open_issues Option<i64> OpenIssues is the number of open issues in this milestone [optional]
state Option<String> StateType issue state type [optional]
title Option<String> Title is the title of the milestone [optional]
updated_at Option<String> [optional]

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