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