CreateFolderRequest: {
    name: string;
    path?: string;
    projectId?: string;
    region?: Region;
}

Type declaration

  • name: string

    Name of the folder.

  • Optionalpath?: string

    (Optional.) Location of the folder in the directory structure. If not specified, the path is /.

  • OptionalprojectId?: string

    ID of the Project containing the folder.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.