Files
tea4j-autodeploy/docs/CreateMilestoneOption.md
T
2025-09-07 00:21:05 +00:00

17 lines
536 B
Markdown

# CreateMilestoneOption
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **String** | Description provides details about the milestone | [optional]
**dueOn** | [**Date**](Date.md) | | [optional]
**state** | [**StateEnum**](#StateEnum) | | [optional]
**title** | **String** | Title is the title of the new milestone | [optional]
<a name="StateEnum"></a>
## Enum: StateEnum
Name | Value
---- | -----
OPEN | &quot;open&quot;
CLOSED | &quot;closed&quot;