class Google::Apis::DataflowV1b3::FloatingPointList

A metric value representing a list of floating point numbers.

Attributes

elements[RW]

Elements of the list. Corresponds to the JSON property `elements` @return [Array<Float>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 1642
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 1647
def update!(**args)
  @elements = args[:elements] if args.key?(:elements)
end