Struct google_androidenterprise1::ManagedConfiguration [] [src]

pub struct ManagedConfiguration {
    pub kind: Option<String>,
    pub managed_property: Option<Vec<ManagedProperty>>,
    pub product_id: Option<String>,
}

A managed configuration resource contains the set of managed properties that have been configured for an Android app. The app's developer would have defined configurable properties in the managed configurations schema.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Identifies what kind of resource this is. Value: the fixed string "androidenterprise#managedConfiguration".

The set of managed properties for this configuration.

The ID of the product that the managed configuration is for, e.g. "app:com.google.android.gm".

Trait Implementations

impl Default for ManagedConfiguration
[src]

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

impl Clone for ManagedConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ManagedConfiguration
[src]

Formats the value using the given formatter.

impl RequestValue for ManagedConfiguration
[src]

impl ResponseResult for ManagedConfiguration
[src]