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

GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsRequest

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

Request message for SearchAds360FieldService.SearchSearchAds360Fields.

interface GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsRequest {
pageSize?: number;
pageToken?: string;
query?: string;
}

§Properties

§
pageSize?: number
[src]

Number of elements to retrieve in a single page. When too large a page is requested, the server may decide to further limit the number of returned resources.

§
pageToken?: string
[src]

Token of the page to retrieve. If not specified, the first page of results will be returned. Use the value obtained from next_page_token in the previous response in order to request the next page of results.

§
query?: string
[src]

Required. The query string.