Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/ListFolderParams
ListFolderParams
[JVM]
open class ListFolderParams
Represents the query parameters for the folder list operation.
Types
| Name | Summary |
|---|---|
| ListFolderParamsBuilder | [JVM] open class ListFolderParamsBuilder |
Properties
| Name | Summary |
|---|---|
| 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
| Name | Summary |
|---|---|
| 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 |