GetMatchIdRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_NUMBER, and the data in the input table is in a format of 1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.

Link copied to clipboard

The record to fetch the Match ID for.

Link copied to clipboard

The name of the workflow.

Functions

Link copied to clipboard
inline fun copy(block: GetMatchIdRequest.Builder.() -> Unit = {}): GetMatchIdRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String