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

Represents the values of a time series associated with a TimeSeriesDescriptor.

Attributes

  • labelValues (type: list(GoogleApi.Monitoring.V3.Model.LabelValue.t), default: nil) - The values of the labels in the time series identifier, given in the same order as the label_descriptors field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of label_descriptors.
  • pointData (type: list(GoogleApi.Monitoring.V3.Model.PointData.t), default: nil) - The points in the time series.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.TimeSeriesData{
  labelValues: [GoogleApi.Monitoring.V3.Model.LabelValue.t()] | nil,
  pointData: [GoogleApi.Monitoring.V3.Model.PointData.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.