Struct google_cloudmonitoring2_beta2::MetricDescriptorLabelDescriptor [] [src]

pub struct MetricDescriptorLabelDescriptor {
    pub description: Option<String>,
    pub key: Option<String>,
}

A label in a metric is a description of this metric, including the key of this description (what the description is), and the value for this description.

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

Fields

Label description.

Label key.

Trait Implementations

impl Debug for MetricDescriptorLabelDescriptor
[src]

Formats the value using the given formatter.

impl Clone for MetricDescriptorLabelDescriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for MetricDescriptorLabelDescriptor
[src]

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

impl Part for MetricDescriptorLabelDescriptor
[src]