RealmLocalizationArgs

data class RealmLocalizationArgs(val locale: Output<String>? = null, val realmId: Output<String>? = null, val texts: Output<Map<String, String>>? = null) : ConvertibleToJava<RealmLocalizationArgs>

Constructors

Link copied to clipboard
constructor(locale: Output<String>? = null, realmId: Output<String>? = null, texts: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val locale: Output<String>? = null

The locale for the localization texts.

Link copied to clipboard
val realmId: Output<String>? = null

The realm in which the texts exists.

Link copied to clipboard
val texts: Output<Map<String, String>>? = null

The mapping of localization texts keys to values.

Functions

Link copied to clipboard
open override fun toJava(): RealmLocalizationArgs