Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/RestoreFileRequest

RestoreFileRequest

[JVM]
open class RestoreFileRequest

Represents a request to restore a file.

Types

NameSummary
RestoreFileRequestBuilder[JVM]
open class RestoreFileRequestBuilder

Properties

NameSummary
fileId[JVM]
@NonNull
@get:NonNull
open val fileId: @NonNullUUID
File identifier.
name[JVM]
open val name: String
New name of the file.
spaceId[JVM]
@NonNull
@get:NonNull
open val spaceId: @NonNullUUID
Space identifier.
targetParentId[JVM]
open val targetParentId: UUID
Target parent ID where the file need to be restored.

Functions

NameSummary
builder[JVM]
open fun builder(): RestoreFileRequest.RestoreFileRequestBuilder
toString[JVM]
open fun toString(): String