Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/MinimalFolderBatch
MinimalFolderBatch
[JVM]
open class MinimalFolderBatch
Represents the response for batch folder creation operation. Contains both successfully created folders and invalid items that could not be created.
Constructors
| MinimalFolderBatch | [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<MinimalFolder> List of successfully created folders and minimal responses. |
Functions
| Name | Summary |
|---|---|
| toString | [JVM] open fun toString(): String |