Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/Result

Result

[JVM]
open class Result

Represents the result of an upload operation.

Constructors

Result[JVM]
constructor()

Properties

NameSummary
message[JVM]
open var message: String
The additional information about the upload job.
status[JVM]
open var status: UploadStatus
The status of the upload operation

Functions

NameSummary
toString[JVM]
open fun toString(): String