Viewed

@JsonSerializable
@PolymorphicLabel(value = "text_editor_code_execution_view_result")
data class Viewed(val content: String, val file_type: String? = null, val num_lines: Int? = null, val start_line: Int? = null, val total_lines: Int? = null) : TextEditorCodeExecutionContent(source)

Constructors

Link copied to clipboard
constructor(content: String, file_type: String? = null, num_lines: Int? = null, start_line: Int? = null, total_lines: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard