Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/ListPublicResourcesParams

ListPublicResourcesParams

[JVM]
open class ListPublicResourcesParams

Represents the parameters for listing public resources with anonymous access in a space.

Types

NameSummary
ListPublicResourcesParamsBuilder[JVM]
open class ListPublicResourcesParamsBuilder

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).

Functions

NameSummary
builder[JVM]
open fun builder(): ListPublicResourcesParams.ListPublicResourcesParamsBuilder
getQueryParameters[JVM]
open fun getQueryParameters(): Map<String, String>
Get the query parameters for the API request.
toString[JVM]
open fun toString(): String