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