View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_SearchSearchAds360Request (google_api_search_ads360 v0.2.0)

Request message for SearchAds360Service.Search.

Attributes

  • pageSize (type: integer(), default: nil) - 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 (type: String.t, default: nil) - 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 (type: String.t, default: nil) - Required. The query string.
  • returnTotalResultsCount (type: boolean(), default: nil) - If true, the total number of results that match the query ignoring the LIMIT clause will be included in the response. Default is false.
  • summaryRowSetting (type: String.t, default: nil) - Determines whether a summary row will be returned. By default, summary row is not returned. If requested, the summary row will be sent in a response by itself after all other query results are returned.
  • validateOnly (type: boolean(), default: nil) - If true, the request is validated but not executed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_SearchSearchAds360Request{
    pageSize: integer() | nil,
    pageToken: String.t() | nil,
    query: String.t() | nil,
    returnTotalResultsCount: boolean() | nil,
    summaryRowSetting: String.t() | nil,
    validateOnly: boolean() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.