SupportedLanguage

A JSON-formatted object that contains the available ISO 639-1 language code, language name and langauge display value. The language code is what should be used in the CreateCase call.

Types

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

Properties

Link copied to clipboard
val code: String?

2 digit ISO 639-1 code. e.g. en

Link copied to clipboard

Language display value e.g. ENGLISH

Link copied to clipboard

Full language description e.g. ENGLISH

Functions

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