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

SortedDimension

import type { SortedDimension } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Represents a sorted dimension.

interface SortedDimension {
kind?: string;
name?: string;
sortOrder?: "ASCENDING" | "DESCENDING";
}

§Properties

§
kind?: string
[src]

The kind of resource this is, in this case dfareporting#sortedDimension.

§
name?: string
[src]

The name of the dimension.

§
sortOrder?: "ASCENDING" | "DESCENDING"
[src]

An optional sort order for the dimension column.