Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/MinimalResourceBatch

MinimalResourceBatch

[JVM]
open class MinimalResourceBatch

Represents the response for the file/folder list operation.

Constructors

MinimalResourceBatch[JVM]
constructor()

Properties

NameSummary
invalidItems[JVM]
open val invalidItems: List<InvalidResource>
items[JVM]
open val items: List<Any>

Functions

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