class Google::Apis::SpeechV1p1beta1::ClassItem
An item of the class.
Attributes
value[RW]
The class item's value. Corresponds to the JSON property `value` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/speech_v1p1beta1/classes.rb, line 34 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/speech_v1p1beta1/classes.rb, line 39 def update!(**args) @value = args[:value] if args.key?(:value) end