Default

class Default(val id: String, val type: Request.Type) : Request

Constructors

Link copied to clipboard
constructor(id: String, type: Request.Type)

Properties

Link copied to clipboard
open override val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val type: Request.Type

Functions

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

Indicates whether some other object is "equal to" this one. Implementations must fulfil the following requirements:

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