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