google_api_service_control v0.26.0 GoogleApi.ServiceControl.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.ServiceControl.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
Link to this type
t()
View Sourcet() :: %GoogleApi.ServiceControl.V1.Model.MetricValueSet{ metricName: String.t(), metricValues: [GoogleApi.ServiceControl.V1.Model.MetricValue.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.