SearchMetadata

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

Constructors

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

Properties

Link copied to clipboard
open override val client: ApiClient

The ApiClient instance.

Link copied to clipboard
val completedIn: Float
Link copied to clipboard
val count: Int
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 maxId: Long
Link copied to clipboard
val maxIdStr: String
Link copied to clipboard
val nextResults: String?
Link copied to clipboard
val query: String
Link copied to clipboard
val refreshUrl: String?
Link copied to clipboard
val sinceId: Int
Link copied to clipboard
val sinceIdStr: String