google_api_custom_search v0.11.0 GoogleApi.CustomSearch.V1.Model.SearchQueries View Source

Query metadata for the previous, current, and next pages of results.

Attributes

  • nextPage (type: list(GoogleApi.CustomSearch.V1.Model.SearchQueriesNextPage.t), default: nil) - Metadata representing the next page of results, if applicable.
  • previousPage (type: list(GoogleApi.CustomSearch.V1.Model.SearchQueriesPreviousPage.t), default: nil) - Metadata representing the previous page of results, if applicable.
  • request (type: list(GoogleApi.CustomSearch.V1.Model.SearchQueriesRequest.t), default: nil) - Metadata representing the current request.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.