ExecutableCode

@Serializable
data class ExecutableCode(val language: String, val code: String)

Represents the executable code.

Constructors

Link copied to clipboard
constructor(language: String, code: String)

Properties

Link copied to clipboard
val code: String

The code.

Link copied to clipboard
val language: String

The language.