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

GoogleAdsSearchads360V0Services__SearchSearchAds360Response

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

Response message for SearchAds360Service.Search.

interface GoogleAdsSearchads360V0Services__SearchSearchAds360Response {
fieldMask?: string;
nextPageToken?: string;
totalResultsCount?: bigint;
}

§Properties

§

The headers of the conversion custom dimensions in the results.

§

The headers of the conversion custom metrics in the results.

§

The headers of the custom columns in the results.

§
fieldMask?: string
[src]

FieldMask that represents what fields were requested by the user.

§
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 headers of the raw event conversion dimensions in the results.

§

The headers of the raw event conversion metrics in the results.

§

The list of rows that matched the query.

§

Summary row that contains summary of metrics in results. Summary of metrics means aggregation of metrics across all results, here aggregation could be sum, average, rate, etc.

§
totalResultsCount?: bigint
[src]

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