Record
create-params
No description available.
record create-params {
owner: string,
repo: string,
assignee: option<string>,
assignees: option<list<string>>,
body: option<string>,
labels: option<list<string>>,
milestone: option<string>,
title: string,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| assignee | option<string> | |
| assignees | option<list<string>> | |
| body | option<string> | |
| labels | option<list<string>> | |
| milestone | option<string> | |
| title | string |