summaryrefslogtreecommitdiff
path: root/api/kvision/pl.treksoft.kvision.remote/-json-rpc-response/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/kvision/pl.treksoft.kvision.remote/-json-rpc-response/index.html')
-rw-r--r--api/kvision/pl.treksoft.kvision.remote/-json-rpc-response/index.html58
1 files changed, 58 insertions, 0 deletions
diff --git a/api/kvision/pl.treksoft.kvision.remote/-json-rpc-response/index.html b/api/kvision/pl.treksoft.kvision.remote/-json-rpc-response/index.html
new file mode 100644
index 00000000..bed2d298
--- /dev/null
+++ b/api/kvision/pl.treksoft.kvision.remote/-json-rpc-response/index.html
@@ -0,0 +1,58 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>JsonRpcResponse - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="./index.html">JsonRpcResponse</a><br/>
+<br/>
+<h1>JsonRpcResponse</h1>
+<code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">JsonRpcResponse</span></code>
+<h3>Constructors</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="-init-.html">&lt;init&gt;</a></p>
+</td>
+<td>
+<code><span class="identifier">JsonRpcResponse</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.JsonRpcResponse$<init>(kotlin.Int, kotlin.String, kotlin.String, kotlin.String)/id">id</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JsonRpcResponse$<init>(kotlin.Int, kotlin.String, kotlin.String, kotlin.String)/result">result</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JsonRpcResponse$<init>(kotlin.Int, kotlin.String, kotlin.String, kotlin.String)/error">error</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JsonRpcResponse$<init>(kotlin.Int, kotlin.String, kotlin.String, kotlin.String)/jsonrpc">jsonrpc</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a>&nbsp;<span class="symbol">=</span>&nbsp;"2.0"<span class="symbol">)</span></code></td>
+</tr>
+</tbody>
+</table>
+<h3>Properties</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="error.html">error</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">error</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="id.html">id</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">id</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="jsonrpc.html">jsonrpc</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">jsonrpc</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="result.html">result</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">result</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td>
+</tr>
+</tbody>
+</table>
+</BODY>
+</HTML>