RspTitle

data class RspTitle(val id: String?, val hashedPtr: String?, val origin: String?, val tags: List<Tag>?, val description: String?, val timestamp: Date?, val requestId: String?) : Rsp

Constructors

Link copied to clipboard
constructor(id: String?, hashedPtr: String?, origin: String?, tags: List<Tag>?, description: String?, timestamp: Date?, requestId: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String?
Link copied to clipboard
Link copied to clipboard
open override val requestId: String?
Link copied to clipboard
val tags: List<Tag>?
Link copied to clipboard