SchemaMappingSchemaInputAttribute

data class SchemaMappingSchemaInputAttribute(val fieldName: String, val groupName: String? = null, val hashed: Boolean? = null, val matchKey: String? = null, val subType: String? = null, val type: SchemaMappingSchemaAttributeType)

Constructors

Link copied to clipboard
constructor(fieldName: String, groupName: String? = null, hashed: Boolean? = null, matchKey: String? = null, subType: String? = null, type: SchemaMappingSchemaAttributeType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val groupName: String? = null
Link copied to clipboard
val hashed: Boolean? = null
Link copied to clipboard
val matchKey: String? = null
Link copied to clipboard
val subType: String? = null

The subtype of the Attribute. Would be required only when type is PROVIDER_ID

Link copied to clipboard