class Google::Apis::CloudlatencytestV2::Stats
Attributes
double_values[RW]
Corresponds to the JSON property `doubleValues` @return [Array<Google::Apis::CloudlatencytestV2::DoubleValue>]
int_values[RW]
Corresponds to the JSON property `intValues` @return [Array<Google::Apis::CloudlatencytestV2::IntValue>]
string_values[RW]
Corresponds to the JSON property `stringValues` @return [Array<Google::Apis::CloudlatencytestV2::StringValue>]
time[RW]
Corresponds to the JSON property `time` @return [Float]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/cloudlatencytest_v2/classes.rb, line 137 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 142 def update!(**args) @double_values = args[:double_values] if args.key?(:double_values) @int_values = args[:int_values] if args.key?(:int_values) @string_values = args[:string_values] if args.key?(:string_values) @time = args[:time] if args.key?(:time) end