Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/Upload
Upload
[JVM]
open class Upload
The upload object.
Constructors
| Upload | [JVM] constructor() |
Properties
| Name | Summary |
|---|---|
| type | [JVM] open var type: UploadType The type of the file upload URL Possible values are: SINGLEPART, MULTIPART |
| url | [JVM] open var url: String The URL to upload the file. |
Functions
| Name | Summary |
|---|---|
| toString | [JVM] open fun toString(): String |