google_api_service_control v0.6.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 (String.t): The metric name defined in the service configuration. Defaults to:
null
. - metricValues ([MetricValue]): The values in this metric. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.ServiceControl.V1.Model.MetricValueSet{
metricName: any(),
metricValues: [GoogleApi.ServiceControl.V1.Model.MetricValue.t()]
}
t() :: %GoogleApi.ServiceControl.V1.Model.MetricValueSet{ metricName: any(), metricValues: [GoogleApi.ServiceControl.V1.Model.MetricValue.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.