Class: Google::Apis::CloudlatencytestV2::AggregatedStatsReply
- Inherits:
-
Object
- Object
- Google::Apis::CloudlatencytestV2::AggregatedStatsReply
- 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
-
#test_value ⇒ String
Corresponds to the JSON property
testValue
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AggregatedStatsReply
constructor
A new instance of AggregatedStatsReply.
-
#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) ⇒ AggregatedStatsReply
Returns a new instance of AggregatedStatsReply
53 54 55 |
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 53 def initialize(**args) update!(**args) end |
Instance Attribute Details
#test_value ⇒ String
Corresponds to the JSON property testValue
51 52 53 |
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 51 def test_value @test_value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
58 59 60 |
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 58 def update!(**args) @test_value = args[:test_value] if args.key?(:test_value) end |