ImportFileResponse

data class ImportFileResponse(val content: String, val name: String)

Constructors

Link copied to clipboard
fun ImportFileResponse(content: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The contents of the file.

Link copied to clipboard

The name of the file.