ListFiles

data class ListFiles(val limit: Int? = null, val page: String? = null, val ids: List<FileId> = emptyList(), val scope_id: String? = null) : NonNullAutoMarshalledAction<Files> , AnthropicAIAction<Files> , PagedAction<String, FileMetadata, Files, ListFiles> (source)

Constructors

Link copied to clipboard
constructor(limit: Int? = null, page: String? = null, ids: List<FileId> = emptyList(), scope_id: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val limit: Int?
Link copied to clipboard
val page: String?
Link copied to clipboard

Functions

Link copied to clipboard
open override fun next(token: String): ListFiles
Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<Files, RemoteFailure>