SpotItEndorsement

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

Represents an endorsement, which is a positive affirmation or supportive statement.

Constructors

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

Properties

Link copied to clipboard

The textual content of the endorsement.

Link copied to clipboard
var id: Long?

The unique identifier of the endorsement.

Functions

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