Class: Google::Apis::CloudsearchV1::GetSearchApplicationSessionStatsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::GetSearchApplicationSessionStatsResponse
- 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
Instance Attribute Summary collapse
-
#stats ⇒ Array<Google::Apis::CloudsearchV1::SearchApplicationSessionStats>
Corresponds to the JSON property
stats
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetSearchApplicationSessionStatsResponse
constructor
A new instance of GetSearchApplicationSessionStatsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GetSearchApplicationSessionStatsResponse
Returns a new instance of GetSearchApplicationSessionStatsResponse.
9936 9937 9938 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9936 def initialize(**args) update!(**args) end |
Instance Attribute Details
#stats ⇒ Array<Google::Apis::CloudsearchV1::SearchApplicationSessionStats>
Corresponds to the JSON property stats
9934 9935 9936 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9934 def stats @stats end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9941 9942 9943 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9941 def update!(**args) @stats = args[:stats] if args.key?(:stats) end |