Record
create-params
No description available.
record create-params {
owner: string,
repo: string,
base: string,
body: option<string>,
draft: option<bool>,
head: string,
head-repo: option<string>,
issue: option<s32>,
maintainer-can-modify: option<bool>,
title: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| base | string | |
| body | option<string> | |
| draft | option<bool> | |
| head | string | |
| head-repo | option<string> | |
| issue | option<s32> | |
| maintainer-can-modify | option<bool> | |
| title | option<string> |