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

DimensionOrderBy

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

Sorts by dimension values.

interface DimensionOrderBy {
dimensionName?: string;
orderType?:
| "ORDER_TYPE_UNSPECIFIED"
| "ALPHANUMERIC"
| "CASE_INSENSITIVE_ALPHANUMERIC"
| "NUMERIC";
}

§Properties

§
dimensionName?: string
[src]

A dimension name in the request to order by.

§
orderType?: "ORDER_TYPE_UNSPECIFIED" | "ALPHANUMERIC" | "CASE_INSENSITIVE_ALPHANUMERIC" | "NUMERIC"
[src]

Controls the rule for dimension value ordering.