Struct google_androidenterprise1::ConfigurationVariables[][src]

pub struct ConfigurationVariables {
    pub kind: Option<String>,
    pub variable_set: Option<Vec<VariableSet>>,
    pub mcm_id: Option<String>,
}

A configuration variables resource contains the managed configuration settings ID to be applied to a single user, as well as the variable set that is attributed to the user. The variable set will be used to replace placeholders in the managed configuration settings.

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

Fields

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

The variable set that is attributed to the user.

The ID of the managed configurations settings.

Trait Implementations

impl Default for ConfigurationVariables
[src]

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

impl Clone for ConfigurationVariables
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConfigurationVariables
[src]

Formats the value using the given formatter. Read more

impl Part for ConfigurationVariables
[src]

Auto Trait Implementations