ktor-client-json-tests / io.ktor.client.features.json.tests / JsonTest / Widget

Widget

data class Widget

Constructors

<init>

Widget(name: String, value: Int, tags: List<String> = emptyList())

Properties

name

val name: String

tags

val tags: List<String>

value

val value: Int