Interface CreateFolderRequest

Interface for creating a new folder.

Hierarchy

  • CreateFolderRequest

Properties

backgroundColor?: string

(Google only) The background color of the folder in the hexadecimal format "#0099EE". See Google Defined Values for more information.

name: string

Creates a folder with the specified display name. (Constraints: 1 to 1024 chars)

parentId?: string

(Microsoft only) ID of the parent folder.

textColor?: string

(Google only) The text color of the folder in the hexadecimal format "#0099EE". See Google Defined Values for more information.

Generated using TypeDoc