groupByCustomDetails

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


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