RowCopyimport type { Row } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";Contains the values for a row. interface Row {values?: Value[];}§Properties§values?: Value[][src]The values for the row.