Skip to content

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

NameSummary
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

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