Schema Mapping Schema Input Attribute
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)