Interface Params$MakeFolder

Parameters for making a folder in Google Drive.

Hierarchy

  • Params$MakeFolder

Properties

folderName: string

Name of folder to be created.

overwrite?: boolean

Delete any files or folders with the same name, location, and MIME type as the folder to be created in Google Drive.

parentIdentifiers?: string | Identifiers

Identifiers of parent folder where the new folder should be created.

Generated using TypeDoc