google_api_custom_search v0.14.2 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
Specs
t() :: %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
Specs
Unwrap a decoded JSON object into its complex fields.