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

GoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse

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

A page of the response received from the SearchAccountReports method. A paginated response where more pages are available has next_page_token set. This token can be used in a subsequent request to retrieve the next request page.

interface GoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse {
nextPageToken?: string;
}

§Properties

§

List of account reports which maps 1:1 to a particular linked GLS account.

§
nextPageToken?: string
[src]

Pagination token to retrieve the next page of results. When next_page_token is not filled in, there is no next page and the list returned is the last page in the result set.