ListFilesParameters

@Serializable
data class ListFilesParameters(val config: ListFilesConfig? = null)

Generates the parameters for the list method.

Constructors

Link copied to clipboard
constructor(config: ListFilesConfig? = null)

Properties

Link copied to clipboard
val config: ListFilesConfig? = null

Used to override the default configuration.