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

Metadata about a search operation.

Attributes

  • formattedSearchTime (type: String.t, default: nil) - The time taken for the server to return search results, formatted according to locale style.
  • formattedTotalResults (type: String.t, default: nil) - The total number of search results, formatted according to locale style.
  • searchTime (type: float(), default: nil) - The time taken for the server to return search results.
  • totalResults (type: String.t, default: nil) - The total number of search results returned by the query.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CustomSearch.V1.Model.SearchSearchInformation{
  formattedSearchTime: String.t() | nil,
  formattedTotalResults: String.t() | nil,
  searchTime: float() | nil,
  totalResults: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.