Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/GetResourceParams

GetResourceParams

[JVM]
open class GetResourceParams

Represents the parameters that can be used to filter the resources

Types

NameSummary
GetResourceParamsBuilder[JVM]
open class GetResourceParamsBuilder

Properties

NameSummary
responseContentType[JVM]
open val responseContentType: String
The response content type.
status[JVM]
open val status: Status
The status query parameter is used to filter the resources based on their status.
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(): GetResourceParams.GetResourceParamsBuilder
getQueryParameters[JVM]
open fun getQueryParameters(): Map<String, String>
Get the map representation of the object.
toString[JVM]
open fun toString(): String