Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/FileList
FileList
[JVM]
open class FileList
Represents a response containing a list of files.
Constructors
| FileList | [JVM] constructor() |
Properties
| Name | Summary |
|---|---|
| items | [JVM] open val items: List<File> The list of files. |
| links | [JVM] open val links: Link |
| nextPageToken | [JVM] open val nextPageToken: String |
Functions
| Name | Summary |
|---|---|
| toString | [JVM] open fun toString(): String |