Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/DeleteSpaceParams

DeleteSpaceParams

[JVM]
open class DeleteSpaceParams

Represents parameters for deleting a space.

Types

NameSummary
DeleteSpaceParamsBuilder[JVM]
open class DeleteSpaceParamsBuilder

Functions

NameSummary
builder[JVM]
open fun builder(): DeleteSpaceParams.DeleteSpaceParamsBuilder
isPermanent[JVM]
open fun isPermanent(): Boolean
If specified and true, the space with all metadata and contents is deleted permanently.
isRecursive[JVM]
open fun isRecursive(): Boolean
This needs to be set to true in order to delete an space that is not empty.
toString[JVM]
open fun toString(): String