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

DimensionValueList

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

Represents the list of DimensionValue resources.

interface DimensionValueList {
etag?: string;
items?: DimensionValue[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
etag?: string
[src]

The eTag of this response for caching purposes.

§

The dimension values returned in this response.

§
kind?: string
[src]

The kind of list this is, in this case dfareporting#dimensionValueList.

§
nextPageToken?: string
[src]

Continuation token used to page through dimension values. To retrieve the next page of results, set the next request's "pageToken" to the value of this field. The page token is only valid for a limited amount of time and should not be persisted.