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

ResultRow

import type { ResultRow } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.

interface ResultRow {
GroupedBys: ResultRowValue[];
Values: ResultRowValue[];
}

§Properties

§
GroupedBys: ResultRowValue[]
[src]

An array of objects that defines the field and field values that were used to group data in a result set that contains multiple results. This value is null if the data in a result set isn’t grouped.

§

An array of objects that provides pre-aggregated values for a standard metric that applies to an application, campaign, or journey.