byCustomDetails

@JvmName(name = "bjqhdxkrnvaaicjb")
suspend fun byCustomDetails(value: Output<List<String>>)
@JvmName(name = "agigcirlxefmgpub")
suspend fun byCustomDetails(value: List<String>?)

Parameters

value

A list of custom details keys to group by, only when the entity_matching_method is Selected. Only keys defined in the custom_details may be used.


@JvmName(name = "eslceylbpmhoalvm")
suspend fun byCustomDetails(vararg values: Output<String>)


@JvmName(name = "jfqpnbuvjcgmrbko")
suspend fun byCustomDetails(values: List<Output<String>>)
@JvmName(name = "aoilvcfvioylkuvi")
suspend fun byCustomDetails(vararg values: String)

Parameters

values

A list of custom details keys to group by, only when the entity_matching_method is Selected. Only keys defined in the custom_details may be used.