View Source GoogleApi.ServiceControl.V1.Model.MetricValueSet (google_api_service_control v0.40.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceControl.V1.Model.MetricValueSet{
  metricName: String.t() | nil,
  metricValues: [GoogleApi.ServiceControl.V1.Model.MetricValue.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.