OBJECT
DatasetRow type Represents a single row in the Dataset, containing combinatorial data.
1type DatasetRow {23# The order of the row in the Dataset.4order: Int 56# The values of the row, stored String array.7Values: [String] 89}