groupByCustomDetails

@JvmName(name = "hqeyhoxbmnusupmq")
suspend fun groupByCustomDetails(value: Output<List<String>>)
@JvmName(name = "pvydgegwaaljvhyg")
suspend fun groupByCustomDetails(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 = "kxqxgrkcmvyfwlhd")
suspend fun groupByCustomDetails(vararg values: Output<String>)


@JvmName(name = "awdgcjxpcfsyybvo")
suspend fun groupByCustomDetails(values: List<Output<String>>)
@JvmName(name = "rsvdjjdmnkyxcfbm")
suspend fun groupByCustomDetails(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.