View Source GoogleApi.Dataflow.V1b3.Model.FloatingPointList (google_api_dataflow v0.52.0)

A metric value representing a list of floating point numbers.

Attributes

  • elements (type: list(float()), default: nil) - Elements of the list.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataflow.V1b3.Model.FloatingPointList{
  elements: [float()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.