class Google::Apis::CloudlatencytestV2::AggregatedStatsReply
Attributes
test_value[RW]
Corresponds to the JSON property `testValue` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/cloudlatencytest_v2/classes.rb, line 53 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/cloudlatencytest_v2/classes.rb, line 58 def update!(**args) @test_value = args[:test_value] if args.key?(:test_value) end