GoogleApi.Dataflow.V1b3.Model.CounterMetadata (google_api_dataflow v0.53.0)

View Source

CounterMetadata includes all static non-name non-value counter attributes.

Attributes

  • description (type: String.t, default: nil) - Human-readable description of the counter semantics.
  • kind (type: String.t, default: nil) - Counter aggregation kind.
  • otherUnits (type: String.t, default: nil) - A string referring to the unit type.
  • standardUnits (type: String.t, default: nil) - System defined Units, see above enum.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataflow.V1b3.Model.CounterMetadata{
  description: String.t() | nil,
  kind: String.t() | nil,
  otherUnits: String.t() | nil,
  standardUnits: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.