class Google::Apis::CloudsearchV1::ResultCounts

Result count information

Attributes

source_result_counts[RW]

Result count information for each source with results. Corresponds to the JSON property `sourceResultCounts` @return [Array<Google::Apis::CloudsearchV1::SourceResultCount>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 3725
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudsearch_v1/classes.rb, line 3730
def update!(**args)
  @source_result_counts = args[:source_result_counts] if args.key?(:source_result_counts)
end