Get Data Set Physical Table Map
data class GetDataSetPhysicalTableMap(val customSqls: List<GetDataSetPhysicalTableMapCustomSql>, val physicalTableMapId: String, val relationalTables: List<GetDataSetPhysicalTableMapRelationalTable>, val s3Sources: List<GetDataSetPhysicalTableMapS3Source>)
Constructors
Link copied to clipboard
constructor(customSqls: List<GetDataSetPhysicalTableMapCustomSql>, physicalTableMapId: String, relationalTables: List<GetDataSetPhysicalTableMapRelationalTable>, s3Sources: List<GetDataSetPhysicalTableMapS3Source>)