Struct google_cloudmonitoring2_beta2::MetricDescriptorTypeDescriptor [] [src]

pub struct MetricDescriptorTypeDescriptor {
    pub value_type: Option<String>,
    pub metric_type: Option<String>,
}

A type in a metric contains information about how the metric is collected and what its data points look like.

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

Fields

The data type of of individual points in the metric's time series. See Metric value types.

The method of collecting data for the metric. See Metric types.

Trait Implementations

impl Debug for MetricDescriptorTypeDescriptor
[src]

Formats the value using the given formatter.

impl Clone for MetricDescriptorTypeDescriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for MetricDescriptorTypeDescriptor
[src]

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

impl Part for MetricDescriptorTypeDescriptor
[src]