Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/FolderList

FolderList

[JVM]
open class FolderList

Represents a response containing a list of folders.

Constructors

FolderList[JVM]
constructor()

Properties

NameSummary
items[JVM]
open val items: List<Folder>
The list of folders.
links[JVM]
open val links: Link
nextPageToken[JVM]
open val nextPageToken: String

Functions

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