MapperAttributeReferenceArgs

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)

Properties

Link copied to clipboard
val entity: Output<String>? = null

Name of the table.

Link copied to clipboard

The connection reference for the connection.

Link copied to clipboard
val name: Output<String>? = null

Name of the column.

Functions

Link copied to clipboard
open override fun toJava(): MapperAttributeReferenceArgs