Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

XPSRow

import type { XPSRow } from "https://googleapis.deno.dev/v1/language:v2.ts";
interface XPSRow {
columnIds?: number[];
values?: any[];
}

§Properties

§
columnIds?: number[]
[src]

The ids of the columns. Note: The below values field must match order of this field, if this field is set.

§
values?: any[]
[src]

The values of the row cells, given in the same order as the column_ids. If column_ids is not set, then in the same order as the input_feature_column_ids in TablesModelMetadata.