Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/CreateBatchFolderRequest

CreateBatchFolderRequest

[JVM]
open class CreateBatchFolderRequest

Represents a batch folder creation request that contains a list of folders to create.

Types

NameSummary
CreateBatchFolderRequestBuilder[JVM]
open class CreateBatchFolderRequestBuilder

Properties

NameSummary
folders[JVM]
@NonNull
@get:NonNull
val folders: @NonNullList<CreateBatchFolderChildren>
List of folders to create in batch.
spaceId[JVM]
@NonNull
@get:NonNull
open val spaceId: @NonNullUUID

Functions

NameSummary
builder[JVM]
open fun builder(): CreateBatchFolderRequest.CreateBatchFolderRequestBuilder
toString[JVM]
open fun toString(): String