class Google::Apis::DataflowV1b3::StringList
A metric value representing a list of strings.
Attributes
elements[RW]
Elements of the list. Corresponds to the JSON property `elements` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 5460 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dataflow_v1b3/classes.rb, line 5465 def update!(**args) @elements = args[:elements] if args.key?(:elements) end