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

GoogleAnalyticsAdminV1betaAccessOrderBy

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

Order bys define how rows will be sorted in the response. For example, ordering rows by descending access count is one ordering, and ordering rows by the country string is a different ordering.

interface GoogleAnalyticsAdminV1betaAccessOrderBy {
desc?: boolean;
}

§Properties

§
desc?: boolean
[src]

If true, sorts by descending order. If false or unspecified, sorts in ascending order.

§

Sorts results by a dimension's values.

§

Sorts results by a metric's values.