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

A descriptor for the labels and points in a time series.

Attributes

  • labelDescriptors (type: list(GoogleApi.Monitoring.V3.Model.LabelDescriptor.t), default: nil) - Descriptors for the labels.
  • pointDescriptors (type: list(GoogleApi.Monitoring.V3.Model.ValueDescriptor.t), default: nil) - Descriptors for the point data value columns.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.TimeSeriesDescriptor{
  labelDescriptors: [GoogleApi.Monitoring.V3.Model.LabelDescriptor.t()] | nil,
  pointDescriptors: [GoogleApi.Monitoring.V3.Model.ValueDescriptor.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.