Interest

@JsonClass(generateAdapter = true)
class Interest

An interest the user has added to their profile.

Parameters

id

The unique identifier for the interest.

name

The name of the interest.

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard

Functions

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