GoogleApi.CloudSearch.V1.Model.SourceResultCount (google_api_cloud_search v0.14.0) 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
Specs
t() :: %GoogleApi.CloudSearch.V1.Model.SourceResultCount{
hasMoreResults: boolean() | nil,
resultCountEstimate: String.t() | nil,
resultCountExact: String.t() | nil,
source: GoogleApi.CloudSearch.V1.Model.Source.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.