Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/Result
Result
[JVM]
open class Result
Represents the result of an upload operation.
Constructors
| Result | [JVM] constructor() |
Properties
| Name | Summary |
|---|---|
| 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
| Name | Summary |
|---|---|
| toString | [JVM] open fun toString(): String |