google_api_cloud_search v0.2.0 GoogleApi.CloudSearch.V1.Model.SourceResultCount View Source

Per source result count information.

Attributes

  • hasMoreResults (type: boolean(), default: nil) - Whether there are more search results for this source.
  • resultCountEstimate (type: String.t, default: nil) - The estimated result count for this source.
  • resultCountExact (type: String.t, default: nil) - The exact result count for this source.
  • source (type: GoogleApi.CloudSearch.V1.Model.Source.t, default: nil) - The source the result count information is associated with.

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 Source
t() :: %GoogleApi.CloudSearch.V1.Model.SourceResultCount{
  hasMoreResults: boolean(),
  resultCountEstimate: String.t(),
  resultCountExact: String.t(),
  source: GoogleApi.CloudSearch.V1.Model.Source.t()
}

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.