class Google::Apis::CloudlatencytestV2::DoubleValue
Attributes
label[RW]
Corresponds to the JSON property `label` @return [String]
value[RW]
Corresponds to the JSON property `value` @return [Float]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/cloudlatencytest_v2/classes.rb, line 77 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 82 def update!(**args) @label = args[:label] if args.key?(:label) @value = args[:value] if args.key?(:value) end