Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/SupportFileResourceDetails
SupportFileResourceDetails
[JVM]
open class SupportFileResourceDetails
Represents the details of a support file.
Constructors
| SupportFileResourceDetails | [JVM] constructor() |
Properties
| Name | Summary |
|---|---|
| fileId | [JVM] open var fileId: UUID The unique identifier for the file. |
| fileTrn | [JVM] open var fileTrn: String The Trimble Resource Name (TRN) of the file. |
| metadata | [JVM] open var metadata: HashMap<String, Any> Additional information related to the file. |
| name | [JVM] open var name: String Name of the file. |
| responseHeaders | [JVM] open var responseHeaders: HashMap<String, String> Download HTTP response headers. |
| restrictedAccess | [JVM] open var restrictedAccess: Boolean Set to false if the download url of the file shouldn’t be expired. |
| status | [JVM] open var status: FileStatus The status of the upload. |
| supportFileKey | [JVM] open var supportFileKey: String The key of the support file |
| upload | [JVM] open var upload: Upload Upload URL and type of upload for the file. |
Functions
| Name | Summary |
|---|---|
| toString | [JVM] open fun toString(): String |