Class: Google::Apis::CloudsearchV1::GetSearchApplicationQueryStatsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::GetSearchApplicationQueryStatsResponse
- 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 getting query stats at a search application level between given dates.
Instance Attribute Summary collapse
-
#stats ⇒ Array<Google::Apis::CloudsearchV1::SearchApplicationQueryStats>
Search application level query stats per date Corresponds to the JSON property
stats
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetSearchApplicationQueryStatsResponse
constructor
A new instance of GetSearchApplicationQueryStatsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GetSearchApplicationQueryStatsResponse
Returns a new instance of GetSearchApplicationQueryStatsResponse.
1423 1424 1425 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1423 def initialize(**args) update!(**args) end |
Instance Attribute Details
#stats ⇒ Array<Google::Apis::CloudsearchV1::SearchApplicationQueryStats>
Search application level query stats per date
Corresponds to the JSON property stats
1421 1422 1423 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1421 def stats @stats end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1428 1429 1430 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1428 def update!(**args) @stats = args[:stats] if args.key?(:stats) end |