class Google::Apis::DataflowV1b3::IntegerList
A metric value representing a list of integers.
Attributes
elements[RW]
Elements of the list. Corresponds to the JSON property `elements` @return [Array<Google::Apis::DataflowV1b3::SplitInt64>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 1954 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 1959 def update!(**args) @elements = args[:elements] if args.key?(:elements) end