Class: Google::Apis::CloudlatencytestV2::Stats
- Inherits:
-
Object
- Object
- Google::Apis::CloudlatencytestV2::Stats
- 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
-
#double_values ⇒ Array<Google::Apis::CloudlatencytestV2::DoubleValue>
Corresponds to the JSON property
doubleValues
. -
#int_values ⇒ Array<Google::Apis::CloudlatencytestV2::IntValue>
Corresponds to the JSON property
intValues
. -
#string_values ⇒ Array<Google::Apis::CloudlatencytestV2::StringValue>
Corresponds to the JSON property
stringValues
. -
#time ⇒ Float
Corresponds to the JSON property
time
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Stats
constructor
A new instance of Stats.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ Stats
Returns a new instance of Stats.
137 138 139 |
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 137 def initialize(**args) update!(**args) end |
Instance Attribute Details
#double_values ⇒ Array<Google::Apis::CloudlatencytestV2::DoubleValue>
Corresponds to the JSON property doubleValues
120 121 122 |
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 120 def double_values @double_values end |
#int_values ⇒ Array<Google::Apis::CloudlatencytestV2::IntValue>
Corresponds to the JSON property intValues
125 126 127 |
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 125 def int_values @int_values end |
#string_values ⇒ Array<Google::Apis::CloudlatencytestV2::StringValue>
Corresponds to the JSON property stringValues
130 131 132 |
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 130 def string_values @string_values end |
#time ⇒ Float
Corresponds to the JSON property time
135 136 137 |
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 135 def time @time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
142 143 144 145 146 147 |
# 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 |