Class: Google::Apis::CloudlatencytestV2::StatsReply

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) ⇒ StatsReply

Returns a new instance of StatsReply.



159
160
161
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 159

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#test_valueString

Corresponds to the JSON property testValue

Returns:

  • (String)


157
158
159
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 157

def test_value
  @test_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



164
165
166
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 164

def update!(**args)
  @test_value = args[:test_value] if args.key?(:test_value)
end