Class: Google::Apis::CloudlatencytestV2::StringValue

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

Returns a new instance of StringValue.



183
184
185
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 183

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

Instance Attribute Details

#labelString

Corresponds to the JSON property label

Returns:

  • (String)


176
177
178
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 176

def label
  @label
end

#valueString

Corresponds to the JSON property value

Returns:

  • (String)


181
182
183
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 181

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



188
189
190
191
# File 'generated/google/apis/cloudlatencytest_v2/classes.rb', line 188

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