Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/UploadDetails
UploadDetails
[JVM]
open class UploadDetails
Represents the details of an upload.
Constructors
| UploadDetails | [JVM] constructor() |
Properties
| Name | Summary |
|---|---|
| createdAt | [JVM] open var createdAt: Date Creation date of the upload. |
| createdBy | [JVM] open var createdBy: AclIdentity userTrn (string) or applicationTrn (string) or deviceTrn |
| fileInputUploadDetails | [JVM] open var fileInputUploadDetails: FileInputUploadDetails Describes the structure of a file. |
| id | [JVM] open var id: UUID |
| md5 | [JVM] open var md5: String MD5 hash of the file object. |
| resourceTrn | [JVM] open var resourceTrn: String The Trimble Resource Name (TRN) of the upload. |
| result | [JVM] open var result: Result The input file information |
| size | [JVM] open var size: Long The size of the file in bytes. |
| supportFileResources | [JVM] open var supportFileResources: List<SupportFileResourceDetails> The resources associated with the upload. |
| updatedAt | [JVM] open var updatedAt: Date Update date of the upload. |
| updatedBy | [JVM] open var updatedBy: AclIdentity userTrn (string) or applicationTrn (string) or deviceTrn |
| version | [JVM] open var version: String The version of the file. |
Functions
| Name | Summary |
|---|---|
| toString | [JVM] open fun toString(): String |