in vandelay-bigtable/src/main/java/com/spotify/api/vandelay/bigtable/model/dto/VandelayBigTableRow.java [34:39]
public VandelayBigTableRow(
final String table, final String rowKey, final List<VandelayBigTableCell> rowCells) {
this.table = table;
this.rowKey = rowKey;
this.rowCells = rowCells;
}