SavedSearch

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

Constructors

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other model is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the model.

Properties

Link copied to clipboard
open override val client: ApiClient

The ApiClient instance.

Link copied to clipboard
val createdAtRaw: String
Link copied to clipboard
val id: Long
Link copied to clipboard
val idStr: 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 name: String
Link copied to clipboard
val position: String
Link copied to clipboard
val query: String

Extensions

Link copied to clipboard
val SavedSearch.createdAt: CreatedAt

Parsed "created_at" object.