Struct google_monitoring3::LabelDescriptor[][src]

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

A description of a label.

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

Fields

The type of data that can be assigned to the label.

A human-readable description for the label.

The label key.

Trait Implementations

impl Default for LabelDescriptor
[src]

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

impl Clone for LabelDescriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LabelDescriptor
[src]

Formats the value using the given formatter. Read more

impl Part for LabelDescriptor
[src]

Auto Trait Implementations