tags

@JvmName(name = "swqocxnsypixtgkw")
suspend fun tags(value: Map<String, Any>?)

Parameters

value

Query the instance bound to the tag. The format of the incoming value is json string, including TagKey and TagValue. TagKey cannot be null, and TagValue can be empty. Format example {"key1":"value1"}.


@JvmName(name = "mxvsqjriqxldfogr")
fun tags(vararg values: Pair<String, Any>)

Parameters

values

Query the instance bound to the tag. The format of the incoming value is json string, including TagKey and TagValue. TagKey cannot be null, and TagValue can be empty. Format example {"key1":"value1"}.