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

RowDimensions

import type { RowDimensions } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

A response may include multiple rows, breaking down along various dimensions. Encapsulates the values of all dimensions for a given row.

interface RowDimensions {
publisherIdentifier?: string;
timeInterval?: TimeInterval;
}

§Properties

§
publisherIdentifier?: string
[src]

The publisher identifier for this row, if a breakdown by BreakdownDimension.PUBLISHER_IDENTIFIER was requested.

§
timeInterval?: TimeInterval
[src]

The time interval that this row represents.