OutputFile

Contains details of the response from code interpreter.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The byte count of files that contains response from code interpreter.

Link copied to clipboard
val name: String?

The name of the file containing response from code interpreter.

Link copied to clipboard
val type: String?

The type of file that contains response from the code interpreter.

Functions

Link copied to clipboard
inline fun copy(block: OutputFile.Builder.() -> Unit = {}): OutputFile
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String