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

692 B

EditMilestoneOption

Properties

Name Type Description Notes
description Option<String> Description provides updated details about the milestone [optional]
due_on Option<String> Deadline is the updated due date for the milestone [optional]
state Option<String> State indicates the updated state of the milestone [optional]
title Option<String> Title is the updated title of the milestone [optional]

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