Class: Google::Apis::CloudlatencytestV2::IntValue
- Inherits:
-
Object
- Object
- Google::Apis::CloudlatencytestV2::IntValue
- 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
-
#label ⇒ String
Corresponds to the JSON property
label
. -
#value ⇒ String
Corresponds to the JSON property
value
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IntValue
constructor
A new instance of IntValue.
-
#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) ⇒ IntValue
Returns a new instance of IntValue
102 103 104 |
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 102 def initialize(**args) update!(**args) end |
Instance Attribute Details
#label ⇒ String
Corresponds to the JSON property label
95 96 97 |
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 95 def label @label end |
#value ⇒ String
Corresponds to the JSON property value
100 101 102 |
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 100 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
107 108 109 110 |
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 107 def update!(**args) @label = args[:label] if args.key?(:label) @value = args[:value] if args.key?(:value) end |