Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/ManifestFile
ManifestFile
[JVM]
open class ManifestFile
Represents single file inside a fileset
Constructors
| ManifestFile | [JVM] constructor() |
Properties
| Name | Summary |
|---|---|
| download | [JVM] open var download: Download The download URL for the file. |
| md5 | [JVM] open var md5: String The md5 hash of the file. |
| path | [JVM] open var path: String The path of the file inside the fileset. |
| size | [JVM] open var size: Long The size of the file in bytes. |
Functions
| Name | Summary |
|---|---|
| toString | [JVM] open fun toString(): String |