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

GoogleCloudChannelV1FetchReportResultsRequest

import type { GoogleCloudChannelV1FetchReportResultsRequest } from "https://googleapis.deno.dev/v1/cloudchannel:v1.ts";

Request message for CloudChannelReportsService.FetchReportResults.

interface GoogleCloudChannelV1FetchReportResultsRequest {
pageSize?: number;
pageToken?: string;
partitionKeys?: string[];
}

§Properties

§
pageSize?: number
[src]

Optional. Requested page size of the report. The server may return fewer results than requested. If you don't specify a page size, the server uses a sensible default (may change over time). The maximum value is 30,000; the server will change larger values to 30,000.

§
pageToken?: string
[src]

Optional. A token that specifies a page of results beyond the first page. Obtained through FetchReportResultsResponse.next_page_token of the previous CloudChannelReportsService.FetchReportResults call.

§
partitionKeys?: string[]
[src]

Optional. List of keys specifying which report partitions to return. If empty, returns all partitions.