ListFilesResponse

data class ListFilesResponse(val hasMore: Boolean, val data: List<FileObject>)

Represents a response from the list files endpoint.

Constructors

Link copied to clipboard
constructor(hasMore: Boolean, data: List<FileObject>)

Properties

Link copied to clipboard

The list of files.

Link copied to clipboard

Whether there are more files to retrieve from the API.