View Source GoogleApi.Monitoring.V3.Model.ValueDescriptor (google_api_monitoring v0.55.0)

A descriptor for the value columns in a data point.

Attributes

  • key (type: String.t, default: nil) - The value key.
  • metricKind (type: String.t, default: nil) - The value stream kind.
  • unit (type: String.t, default: nil) - The unit in which time_series point values are reported. unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. unit is only valid if value_type is INTEGER, DOUBLE, DISTRIBUTION.
  • valueType (type: String.t, default: nil) - The value type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.ValueDescriptor{
  key: String.t() | nil,
  metricKind: String.t() | nil,
  unit: String.t() | nil,
  valueType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.