Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/ManifestFile

ManifestFile

[JVM]
open class ManifestFile

Represents single file inside a fileset

Constructors

ManifestFile[JVM]
constructor()

Properties

NameSummary
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

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