Replaced

@JsonSerializable
@PolymorphicLabel(value = "text_editor_code_execution_str_replace_result")
data class Replaced(val lines: List<String> = emptyList(), val old_start: Int? = null, val old_lines: Int? = null, val new_start: Int? = null, val new_lines: Int? = null) : TextEditorCodeExecutionContent(source)

Constructors

Link copied to clipboard
constructor(lines: List<String> = emptyList(), old_start: Int? = null, old_lines: Int? = null, new_start: Int? = null, new_lines: Int? = null)

Properties

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