class Google::Apis::CloudsearchV1::GetCustomerIndexStatsResponse
Attributes
stats[RW]
Summary of indexed item counts, one for each day in the requested range. Corresponds to the JSON property `stats` @return [Array<Google::Apis::CloudsearchV1::CustomerIndexStats>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 1327 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 1332 def update!(**args) @stats = args[:stats] if args.key?(:stats) end