IDStringEventData

The data class for the object that only contains an ID.

data class IDStringEventData(id: String)

Constructors

IDStringEventData
Link copied to clipboard
fun IDStringEventData(id: String)

Functions

component1
Link copied to clipboard
operator fun component1(): String
copy
Link copied to clipboard
fun copy(id: String): IDStringEventData
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

id
Link copied to clipboard

The ID of the returned event.

@SerializedName(value = "id")
val id: String