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

15 lines
602 B
Markdown

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