Struct google_androidmanagement1::ManagedPropertyEntry[][src]

pub struct ManagedPropertyEntry {
    pub name: Option<String>,
    pub value: Option<String>,
}

An entry of a managed property.

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

Fields

The human-readable name of the value. Localized.

The machine-readable value of the entry, which should be used in the configuration. Not localized.

Trait Implementations

impl Default for ManagedPropertyEntry
[src]

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

impl Clone for ManagedPropertyEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ManagedPropertyEntry
[src]

Formats the value using the given formatter. Read more

impl Part for ManagedPropertyEntry
[src]

Auto Trait Implementations