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 type
t()
View Sourcet() :: %GoogleApi.CustomSearch.V1.Model.SearchQueries{ nextPage: [GoogleApi.CustomSearch.V1.Model.SearchQueriesNextPage.t()], previousPage: [GoogleApi.CustomSearch.V1.Model.SearchQueriesPreviousPage.t()], request: [GoogleApi.CustomSearch.V1.Model.SearchQueriesRequest.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.