Record
post-snippets-workspace-params
No description available.
record post-snippets-workspace-params {
workspace: string,
type-op: string,
created-on: option<string>,
creator: option<account>,
id: option<s32>,
is-private: option<bool>,
owner: option<account>,
scm: option<snippet-scm-enum>,
title: option<string>,
updated-on: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| workspace | string | |
| type-op | string | |
| created-on | option<string> | |
| creator | option<account> | |
| id | option<s32> | |
| is-private | option<bool> | |
| owner | option<account> | |
| scm | option<snippet-scm-enum> | |
| title | option<string> | |
| updated-on | option<string> |