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

GoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse

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

A page of the response received from the SearchDetailedLeadReports 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 GoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse {
nextPageToken?: string;
}

§Properties

§

List of detailed lead reports uniquely identified by external lead id.

§
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.