labels

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

Parameters

value

The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See Creating and Updating Dataset Labels for more information.


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

Parameters

values

The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See Creating and Updating Dataset Labels for more information.