Class: Google::Apis::CloudlatencytestV2::AggregatedStatsReply

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

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_valueString

Corresponds to the JSON property testValue

Returns:

  • (String)


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