Class: Google::Apis::CloudlatencytestV2::IntValue

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

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

#labelString

Corresponds to the JSON property label

Returns:

  • (String)


95
96
97
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 95

def label
  @label
end

#valueString

Corresponds to the JSON property value

Returns:

  • (String)


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