RequestParameters

data class RequestParameters(val json: JsonObject, val client: ApiClient) : PenicillinModel

Constructors

Link copied to clipboard
fun RequestParameters(json: JsonObject, client: ApiClient)

Properties

Link copied to clipboard
val bucketRaw: String?
Link copied to clipboard
open override val client: ApiClient

The ApiClient instance.

Link copied to clipboard
val fromDate: String?
Link copied to clipboard
open override val json: JsonObject

The underlying JsonObject.

Link copied to clipboard
open val keyCase: JsonKeyCase
Link copied to clipboard
open val keyConverter: JsonKeyConverter
Link copied to clipboard
val toDate: String?