Added CallResponse docs.

This commit is contained in:
Erik C. Thauvin 2020-03-03 21:54:24 -08:00
parent 2760b8e3a4
commit 353927580d
13 changed files with 110 additions and 1 deletions

View file

@ -0,0 +1,8 @@
[docs](../../index.md) / [net.thauvin.erik.bitly](../index.md) / [CallResponse](index.md) / [<init>](./-init-.md)
# <init>
`CallResponse(body: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)` = Constants.EMPTY_JSON, resultCode: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)` = -1)`
Provides a data class to hold the JSON response.