View Source GoogleApi.MerchantAPI.Reports_v1beta.Model.SearchRequest (google_api_merchant_api v0.4.0)
Request message for the ReportService.Search
method.
Attributes
-
pageSize
(type:integer()
, default:nil
) - Optional. Number ofReportRows
to retrieve in a single page. Defaults to 1000. Values above 5000 are coerced to 5000. -
pageToken
(type:String.t
, default:nil
) - Optional. Token of the page to retrieve. If not specified, the first page of results is returned. In order to request the next page of results, the value obtained fromnext_page_token
in the previous response should be used. -
query
(type:String.t
, default:nil
) - Required. Query that defines a report to be retrieved. For details on how to construct your query, see the Query Language guide. For the full list of available tables and fields, see the Available fields.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.