26 lines
487 B
Markdown
Executable File
26 lines
487 B
Markdown
Executable File
|
|
|
|
# CreateMilestoneOption
|
|
|
|
CreateMilestoneOption options for creating a milestone
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**description** | **String** | | [optional]
|
|
**dueOn** | **OffsetDateTime** | | [optional]
|
|
**state** | [**StateEnum**](#StateEnum) | | [optional]
|
|
**title** | **String** | | [optional]
|
|
|
|
|
|
|
|
## Enum: StateEnum
|
|
|
|
Name | Value
|
|
---- | -----
|
|
OPEN | "open"
|
|
CLOSED | "closed"
|
|
|
|
|
|
|