Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/ListManifestParams

ListManifestParams

[JVM]
open class ListManifestParams

Represents the parameters to filter the file list operation.

Types

NameSummary
ListManifestParamsBuilder[JVM]
open class ListManifestParamsBuilder

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).
urlDuration[JVM]
open val urlDuration: String
The file download URL’s validity duration can be set in days (d), hours (h), or minutes (m).

Functions

NameSummary
builder[JVM]
open fun builder(): ListManifestParams.ListManifestParamsBuilder
getQueryParameters[JVM]
open fun getQueryParameters(): Map<String, String>
Get the query parameters.
toString[JVM]
open fun toString(): String