userLabels

@JvmName(name = "vxajmmbkyjgojjrg")
suspend fun userLabels(value: Output<Map<String, String>>)
@JvmName(name = "tdrhqrcdvacmnryu")
suspend fun userLabels(value: Map<String, String>?)

Parameters

value

This field is intended to be used for organizing and identifying the AlertPolicy objects.The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.


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

Parameters

values

This field is intended to be used for organizing and identifying the AlertPolicy objects.The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.