labels

@JvmName(name = "vklvydgjytlgrect")
suspend fun labels(value: Output<Map<String, String>>)
@JvmName(name = "ultrxbppwqaasjlg")
suspend fun labels(value: Map<String, String>?)

Parameters

value

The labels associated with this realm. Each label is a key-value pair.


@JvmName(name = "sgdoiigsuplpugcj")
fun labels(vararg values: Pair<String, String>)

Parameters

values

The labels associated with this realm. Each label is a key-value pair.