Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/ListFolderParams

ListFolderParams

[JVM]
open class ListFolderParams

Represents the query parameters for the folder list operation.

Types

NameSummary
ListFolderParamsBuilder[JVM]
open class ListFolderParamsBuilder

Properties

NameSummary
nextPageToken[JVM]
open val nextPageToken: String
Pagination token that can be used as input from a previous response to get the next page of results.
pageSize[JVM]
open val pageSize: Int
The largest quantity of items to be returned in a single response (in a single page).
status[JVM]
open val status: Status
The status query parameter is used to filter the resources based on their status.

Functions

NameSummary
builder[JVM]
open fun builder(): ListFolderParams.ListFolderParamsBuilder
toMap[JVM]
open fun toMap(): Map<String, String>
Get the map representation of the object.
toString[JVM]
open fun toString(): String