Field Mapping Args
data class FieldMappingArgs(val columnName: Output<String>? = null, val identifier: Output<String>? = null) : ConvertibleToJava<FieldMappingArgs>
A single field mapping of the mapped entity
A single field mapping of the mapped entity