Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/FolderBatch
FolderBatch
[JVM]
open class FolderBatch
Represents the response for batch folder creation operation. Contains both successfully created folders and invalid items that could not be created.
Constructors
| FolderBatch | [JVM] constructor() |
Properties
| Name | Summary |
|---|---|
| invalidItems | [JVM] open val invalidItems: List<InvalidFolder> List of invalid items that could not be created. |
| items | [JVM] open val items: List<Folder> List of successfully created folders and minimal responses. |
Functions
| Name | Summary |
|---|---|
| toString | [JVM] open fun toString(): String |