google_api_monitoring v0.35.0 GoogleApi.Monitoring.V3.Model.TimeSeriesData View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Monitoring.V3.Model.TimeSeriesData{
  labelValues: [GoogleApi.Monitoring.V3.Model.LabelValue.t()],
  pointData: [GoogleApi.Monitoring.V3.Model.PointData.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.