ListFilesRequest

data class ListFilesRequest

Represents a request to the list files endpoint.

Types

Link copied to clipboard
class Builder

A builder design pattern for constructing an ListFilesRequest instance.

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
@ApiStatus.Internal
fun toMap(): Map<String, Any>

Converts this object to a map for URL query parameters.

Properties

Link copied to clipboard
val purpose: FilePurpose? = null

Only return files with the given purpose.