GoogleApi.PrivateCA.V1beta1.Model.GoogleApiServicecontrolV1MetricValueSet (google_api_private_ca v0.5.0) 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.PrivateCA.V1beta1.Model.GoogleApiServicecontrolV1MetricValue.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.PrivateCA.V1beta1.Model.GoogleApiServicecontrolV1MetricValueSet{ metricName: String.t() | nil, metricValues: [ GoogleApi.PrivateCA.V1beta1.Model.GoogleApiServicecontrolV1MetricValue.t() ] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.