groupByCustomDetails

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


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