Class: Google::Apis::SpeechV1p1beta1::ClassItem

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/speech_v1p1beta1/classes.rb,
generated/google/apis/speech_v1p1beta1/representations.rb,
generated/google/apis/speech_v1p1beta1/representations.rb

Overview

An item of the class.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ClassItem

Returns a new instance of ClassItem.



34
35
36
# File 'generated/google/apis/speech_v1p1beta1/classes.rb', line 34

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

Instance Attribute Details

#valueString

The class item's value. Corresponds to the JSON property value

Returns:

  • (String)


32
33
34
# File 'generated/google/apis/speech_v1p1beta1/classes.rb', line 32

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



39
40
41
# File 'generated/google/apis/speech_v1p1beta1/classes.rb', line 39

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