chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.database / ExecuteSQLResponse / <init>

<init>

ExecuteSQLResponse(columnNames: List<String>? = null, values: List<JsonElement>? = null, sqlError: Error? = null)

Response type for the DatabaseDomain.executeSQL command.