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

GoogleCloudChannelV1Row

import type { GoogleCloudChannelV1Row } from "https://googleapis.deno.dev/v1/cloudchannel:v1.ts";

A row of report values.

interface GoogleCloudChannelV1Row {
partitionKey?: string;
}

§Properties

§
partitionKey?: string
[src]

The key for the partition this row belongs to. This field is empty if the report is not partitioned.

§

The list of values in the row.