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

602 B

CreateMilestoneOption

Properties

Name Type Description Notes
description Option<String> Description provides details about the milestone [optional]
due_on Option<String> [optional]
state Option<State> (enum: open, closed) [optional]
title Option<String> Title is the title of the new milestone [optional]

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