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