View Source GoogleApi.CloudSearch.V1.Model.SourceResultCount (google_api_cloud_search v0.24.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }
Functions
Unwrap a decoded JSON object into its complex fields.