Class: Google::Apis::CloudlatencytestV2::AggregatedStats
- Inherits:
-
Object
- Object
- Google::Apis::CloudlatencytestV2::AggregatedStats
- Defined in:
- generated/google/apis/cloudlatencytest_v2/classes.rb,
generated/google/apis/cloudlatencytest_v2/representations.rb,
generated/google/apis/cloudlatencytest_v2/representations.rb
Instance Attribute Summary collapse
-
#stats ⇒ Array<Google::Apis::CloudlatencytestV2::Stats>
Corresponds to the JSON property
stats
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AggregatedStats
constructor
A new instance of AggregatedStats.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ AggregatedStats
Returns a new instance of AggregatedStats
34 35 36 |
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 34 def initialize(**args) update!(**args) end |
Instance Attribute Details
#stats ⇒ Array<Google::Apis::CloudlatencytestV2::Stats>
Corresponds to the JSON property stats
32 33 34 |
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 32 def stats @stats end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39 40 41 |
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 39 def update!(**args) @stats = args[:stats] if args.key?(:stats) end |