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

15 lines
692 B
Markdown

# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)