SchemaMappingSchemaInputAttribute

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

Constructors

Link copied to clipboard
fun SchemaMappingSchemaInputAttribute(fieldName: String, groupName: String? = 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 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