google_api_file v0.12.0 GoogleApi.File.V1.Model.MetricValueSet View Source
Represents a set of metric values in the same metric. Each metric value in the set should have a unique combination of start time, end time, and label values.
Attributes
metricName
(type:String.t
, default:nil
) - The metric name defined in the service configuration.metricValues
(type:list(GoogleApi.File.V1.Model.MetricValue.t)
, default:nil
) - The values in this metric.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.File.V1.Model.MetricValueSet{ metricName: String.t(), metricValues: [GoogleApi.File.V1.Model.MetricValue.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.