GoogleApi.Monitoring.V3.Model.TimeSeriesDescriptor (google_api_monitoring v0.46.1) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Monitoring.V3.Model.TimeSeriesDescriptor{ labelDescriptors: [GoogleApi.Monitoring.V3.Model.LabelDescriptor.t()] | nil, pointDescriptors: [GoogleApi.Monitoring.V3.Model.ValueDescriptor.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.