FileFilter

@Serializable
data class FileFilter(val name: String? = null, val accepts: List<String>? = null)

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(name: String? = null, accepts: List<String>? = null)

Properties

Link copied to clipboard
val accepts: List<String>? = null

(undocumented in the protocol definition)

Link copied to clipboard
val name: String? = null

(undocumented in the protocol definition)