Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/MinimalFolderList

MinimalFolderList

[JVM]
open class MinimalFolderList

Represents a response containing a list of folders with minimal information.

Constructors

MinimalFolderList[JVM]
constructor()

Properties

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

Functions

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