SpotItSuccess

class SpotItSuccess(var id: Long? = 0, var details: String? = "")

Represents a success story or positive outcome.

Constructors

Link copied to clipboard
constructor(id: Long? = 0, details: String? = "")

Properties

Link copied to clipboard

A textual description of the success.

Link copied to clipboard
var id: Long?

The unique identifier of the success.

Functions

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