Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.51 KB

File metadata and controls

19 lines (14 loc) · 1.51 KB

CreateFolderRequestBody

Example Usage

import { CreateFolderRequestBody } from "dub/models/operations";

let value: CreateFolderRequestBody = {
  name: "<value>",
};

Fields

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.