Class: Google::Apis::CloudsearchV1::GetCustomerSearchApplicationStatsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::GetCustomerSearchApplicationStatsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
Response format for search application stats for a customer.
Instance Attribute Summary collapse
-
#average_search_application_count ⇒ Fixnum
Average search application count for the given date range.
-
#stats ⇒ Array<Google::Apis::CloudsearchV1::CustomerSearchApplicationStats>
Search application stats by date.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetCustomerSearchApplicationStatsResponse
constructor
A new instance of GetCustomerSearchApplicationStatsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GetCustomerSearchApplicationStatsResponse
Returns a new instance of GetCustomerSearchApplicationStatsResponse.
9891 9892 9893 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9891 def initialize(**args) update!(**args) end |
Instance Attribute Details
#average_search_application_count ⇒ Fixnum
Average search application count for the given date range.
Corresponds to the JSON property averageSearchApplicationCount
9884 9885 9886 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9884 def average_search_application_count @average_search_application_count end |
#stats ⇒ Array<Google::Apis::CloudsearchV1::CustomerSearchApplicationStats>
Search application stats by date.
Corresponds to the JSON property stats
9889 9890 9891 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9889 def stats @stats end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9896 9897 9898 9899 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9896 def update!(**args) @average_search_application_count = args[:average_search_application_count] if args.key?(:average_search_application_count) @stats = args[:stats] if args.key?(:stats) end |