GetDataSetLogicalTableMapSourceJoinInstruction

data class GetDataSetLogicalTableMapSourceJoinInstruction(val leftJoinKeyProperties: List<GetDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty>, val leftOperand: String, val onClause: String, val rightJoinKeyProperties: List<GetDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty>, val rightOperand: String, val type: String)

Constructors

constructor(leftJoinKeyProperties: List<GetDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty>, leftOperand: String, onClause: String, rightJoinKeyProperties: List<GetDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty>, rightOperand: String, type: String)

Types

Link copied to clipboard
object Companion

Properties