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

MetricOrderBy

import type { MetricOrderBy } from "https://googleapis.deno.dev/v1/analyticsdata:v1beta.ts";

Sorts by metric values.

interface MetricOrderBy {
metricName?: string;
}

§Properties

§
metricName?: string
[src]

A metric name in the request to order by.