Class: Google::Apis::CloudsearchV1::GetCustomerSessionStatsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::GetCustomerSessionStatsResponse
- 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::CustomerSessionStats>
Corresponds to the JSON property
stats
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetCustomerSessionStatsResponse
constructor
A new instance of GetCustomerSessionStatsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GetCustomerSessionStatsResponse
Returns a new instance of GetCustomerSessionStatsResponse.
9847 9848 9849 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9847 def initialize(**args) update!(**args) end |
Instance Attribute Details
#stats ⇒ Array<Google::Apis::CloudsearchV1::CustomerSessionStats>
Corresponds to the JSON property stats
9845 9846 9847 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9845 def stats @stats end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9852 9853 9854 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9852 def update!(**args) @stats = args[:stats] if args.key?(:stats) end |