Record
create-params
No description available.
record create-params {
token: string,
team-description: option<string>,
team-discoverability: option<string>,
team-domain: string,
team-name: string,
}Fields
| Name | Type | Description |
|---|---|---|
| token | string | |
| team-description | option<string> | |
| team-discoverability | option<string> | |
| team-domain | string | |
| team-name | string |