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

ResultRowValue

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

Provides a single value and metadata about that value as part of an array of query results for a standard metric that applies to an application, campaign, or journey.

interface ResultRowValue {
Key: string;
Type: string;
Value: string;
}

§Properties

§
Key: string
[src]

The friendly name of the metric whose value is specified by the Value property.

§
Type: string
[src]

The data type of the value specified by the Value property.

§
Value: string
[src]

In a Values object, the value for the metric that the query retrieved data for. In a GroupedBys object, the value for the field that was used to group data in a result set that contains multiple results (Values objects).