Class: Google::Apis::CloudlatencytestV2::DoubleValue

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) ⇒ DoubleValue

Returns a new instance of DoubleValue.



77
78
79
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 77

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#labelString

Corresponds to the JSON property label

Returns:

  • (String)


70
71
72
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 70

def label
  @label
end

#valueFloat

Corresponds to the JSON property value

Returns:

  • (Float)


75
76
77
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 75

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



82
83
84
85
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 82

def update!(**args)
  @label = args[:label] if args.key?(:label)
  @value = args[:value] if args.key?(:value)
end