PluginResult

data class PluginResult<T>(val status: Int = 200, val headers: Map<String, List<String>> = emptyMap(), val body: T? = null)(source)

Constructors

Link copied to clipboard
constructor(status: Int = 200, headers: Map<String, List<String>> = emptyMap(), body: T? = null)

Properties

Link copied to clipboard
val body: T?
Link copied to clipboard
Link copied to clipboard
val status: Int