import { CreateFolderRequestBody } from "dub/models/operations";
let value: CreateFolderRequestBody = {
name: "<value>",
};| Field | Type | Required | Description |
|---|---|---|---|
name |
string | ✔️ | The name of the folder. |
description |
string | ➖ | The description of the folder. |
accessLevel |
operations.AccessLevel | ➖ | The access level of the folder within the workspace. |