Struct google_servicecontrol1::MetricValueSet[][src]

pub struct MetricValueSet {
    pub metric_values: Option<Vec<MetricValue>>,
    pub metric_name: Option<String>,
}

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.

This type is not used in any activity, and only used as part of another schema.

Fields

The values in this metric.

The metric name defined in the service configuration.

Trait Implementations

impl Default for MetricValueSet
[src]

Returns the "default value" for a type. Read more

impl Clone for MetricValueSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MetricValueSet
[src]

Formats the value using the given formatter. Read more

impl Part for MetricValueSet
[src]

Auto Trait Implementations