HordeUserResponse

@Serializable
data class HordeUserResponse(val id: Int? = null)(source)

Carries HordeUserResponse data through the SDAI network layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(id: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "id")
val id: Int?

Exposes the id value used by the SDAI network layer.