ThesaurusSummary

An array of summary information for a thesaurus or multiple thesauri.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: <Error class: unknown class>?

The Unix timestamp when the thesaurus was created.

Link copied to clipboard
val id: String?

The identifier of the thesaurus.

Link copied to clipboard
val name: String?

The name of the thesaurus.

Link copied to clipboard

The status of the thesaurus.

Link copied to clipboard
val updatedAt: <Error class: unknown class>?

The Unix timestamp when the thesaurus was last updated.

Functions

Link copied to clipboard
inline fun copy(block: ThesaurusSummary.Builder.() -> Unit = {}): ThesaurusSummary
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