Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/ManifestFileList

ManifestFileList

[JVM]
open class ManifestFileList

Represents a response containing a list of files.

Constructors

ManifestFileList[JVM]
constructor()

Properties

NameSummary
items[JVM]
open val items: List<ManifestFile>
Lists all files from inside the unpacked fileset.
links[JVM]
open val links: Link
nextPageToken[JVM]
open val nextPageToken: String

Functions

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