Event

abstract class Event(val json: JsonObject, val client: ApiClient) : PenicillinModel

Constructors

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

Functions

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

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

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

Returns a hash code value for the model.

Link copied to clipboard
abstract override fun toString(): String

Returns a string representation of the model.

Properties

Link copied to clipboard
override val client: ApiClient

The ApiClient instance.

Link copied to clipboard
val createdAtRaw: String
Link copied to clipboard
val event: String
Link copied to clipboard
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 source: User
Link copied to clipboard
val target: User

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard
val Stream.Event.createdAt: CreatedAt

Parsed "created_at" object.