Struct google_androidenterprise1::ManagedPropertyBundle [] [src]

pub struct ManagedPropertyBundle {
    pub managed_property: Option<Vec<ManagedProperty>>,
}

A bundle of managed properties.

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

Fields

The list of managed properties.

Trait Implementations

impl Debug for ManagedPropertyBundle
[src]

Formats the value using the given formatter.

impl Clone for ManagedPropertyBundle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ManagedPropertyBundle
[src]

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

impl Part for ManagedPropertyBundle
[src]