Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/Upload

Upload

[JVM]
open class Upload

The upload object.

Constructors

Upload[JVM]
constructor()

Properties

NameSummary
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

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