View Source GoogleApi.CustomSearch.V1.Model.SearchQueries (google_api_custom_search v0.22.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CustomSearch.V1.Model.SearchQueries{
  nextPage: [GoogleApi.CustomSearch.V1.Model.SearchQueriesNextPage.t()] | nil,
  previousPage:
    [GoogleApi.CustomSearch.V1.Model.SearchQueriesPreviousPage.t()] | nil,
  request: [GoogleApi.CustomSearch.V1.Model.SearchQueriesRequest.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.