Get Data Set Logical Table Map Source Join Instruction
data class GetDataSetLogicalTableMapSourceJoinInstruction(val leftJoinKeyProperties: List<GetDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty>, val leftOperand: String, val onClause: String, val rightJoinKeyProperties: List<GetDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty>, val rightOperand: String, val type: String)
Constructors
Link copied to clipboard
constructor(leftJoinKeyProperties: List<GetDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty>, leftOperand: String, onClause: String, rightJoinKeyProperties: List<GetDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty>, rightOperand: String, type: String)