Record
create-params
No description available.
record create-params {
token: string,
description: option<string>,
is-private: bool,
name: string,
org-wide: option<bool>,
team-id: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| token | string | |
| description | option<string> | |
| is-private | bool | |
| name | string | |
| org-wide | option<bool> | |
| team-id | option<string> |