Mapper Attribute Reference Args
data class MapperAttributeReferenceArgs(val entity: Output<String>? = null, val entityConnectionReference: Output<MapperConnectionReferenceArgs>? = null, val name: Output<String>? = null) : ConvertibleToJava<MapperAttributeReferenceArgs>
Attribute reference details for the referred column.
Constructors
Link copied to clipboard
constructor(entity: Output<String>? = null, entityConnectionReference: Output<MapperConnectionReferenceArgs>? = null, name: Output<String>? = null)