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

GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsResponse

import type { GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsResponse } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

Response message for SearchAds360FieldService.SearchSearchAds360Fields.

interface GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsResponse {
nextPageToken?: string;
totalResultsCount?: bigint;
}

§Properties

§
nextPageToken?: string
[src]

Pagination token used to retrieve the next page of results. Pass the content of this string as the page_token attribute of the next request. next_page_token is not returned for the last page.

§

The list of fields that matched the query.

§
totalResultsCount?: bigint
[src]

Total number of results that match the query ignoring the LIMIT clause.