class Google::Apis::ChatV1::StringInputs
Input parameter for regular widgets. For single-valued widgets, it will be a single value list; for multi-valued widgets, such as checkbox, all the values are presented.
Attributes
value[RW]
Corresponds to the JSON property `value` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/chat_v1/classes.rb, line 2673 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/chat_v1/classes.rb, line 2678 def update!(**args) @value = args[:value] if args.key?(:value) end