Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/Export
Export
[JVM]
open class Export
Represents an export.
Constructors
| Export | [JVM] constructor() |
Properties
| Name | Summary |
|---|---|
| createdAt | [JVM] open var createdAt: Date Creation date of the export. |
| createdBy | [JVM] open var createdBy: AclIdentity The TRN of the application/device/user that created this resource. |
| exportTrn | [JVM] open var exportTrn: String The Trimble Resource Name (TRN) of the export. |
| id | [JVM] open var id: UUID The export identifier. |
| output | [JVM] open var output: Output The job output information. |
| resourceId | [JVM] open var resourceId: UUID The id of the target folder to download. |
| resourceTrn | [JVM] open var resourceTrn: String The Trimble Resource Name (TRN) of the target folder. |
| spaceId | [JVM] open var spaceId: UUID The id of the space. |
| spaceTrn | [JVM] open var spaceTrn: String The Trimble Resource Name (TRN) of the space. |
| status | [JVM] open var status: ExportStatus The status of the export operation. |
| updatedAt | [JVM] open var updatedAt: Date Update date of the export. |
| updatedBy | [JVM] open var updatedBy: AclIdentity The TRN of the application/device/user that last updated this resource. |
Functions
| Name | Summary |
|---|---|
| toString | [JVM] open fun toString(): String |