View Source GoogleApi.Content.V21.Model.SearchRequest (google_api_content v0.67.1)

Request message for the ReportService.Search method.

Attributes

  • pageSize (type: integer(), default: nil) - Number of ReportRows to retrieve in a single page. Defaults to 1000. Values above 5000 are coerced to 5000.
  • pageToken (type: String.t, default: nil) - 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 from next_page_token in the previous response should be used.
  • query (type: String.t, default: nil) - Required. Query that defines performance metrics to retrieve and dimensions according to which the metrics are to be segmented. For details on how to construct your query, see the Query Language guide.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.SearchRequest{
  pageSize: integer() | nil,
  pageToken: String.t() | nil,
  query: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.