Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/ListSpaceChildrenParams
ListSpaceChildrenParams
[JVM]
open class ListSpaceChildrenParams
Represents the parameters for space children list operation.
Types
| Name | Summary |
|---|---|
| ListSpaceChildrenParamsBuilder | [JVM] open class ListSpaceChildrenParamsBuilder |
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). |
| resourceType | [JVM] open val resourceType: ListChildrenResourceType The resourceType query parameter is used to filter the resources based on their type. |
| sinceTime | [JVM] open val sinceTime: Date The sinceTime query parameter is used to filter the resources based on their last update time. |
| sortOrder | [JVM] open val sortOrder: String The sortOrder query parameter is used to specify whether resources are sorted in ascending or descending order. |
| 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
| Name | Summary |
|---|---|
| builder | [JVM] open fun builder(): ListSpaceChildrenParams.ListSpaceChildrenParamsBuilder |
| getQueryParameters | [JVM] open fun getQueryParameters(): Map<String, String> Get the query parameters for the API request. |
| isSupportFiles | [JVM] open fun isSupportFiles(): Boolean Boolean value to indicate if the response should include support files. |
| toString | [JVM] open fun toString(): String |