Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/MinimalFileAndFolderList

MinimalFileAndFolderList

[JVM]
open class MinimalFileAndFolderList

Represents the response for the file/folder list operation with minimal information.

Constructors

MinimalFileAndFolderList[JVM]
constructor()

Properties

NameSummary
items[JVM]
open val items: List<Any>
links[JVM]
open val links: Link
nextPageToken[JVM]
open val nextPageToken: String

Functions

NameSummary
getFiles[JVM]
open fun getFiles(): List<MinimalFile>
List all files with minimal response.
getFolders[JVM]
open fun getFolders(): List<MinimalFolder>
List all folder with minimal response.
toString[JVM]
open fun toString(): String