Struct google_androidenterprise1::VariableSet[][src]

pub struct VariableSet {
    pub user_value: Option<String>,
    pub kind: Option<String>,
    pub placeholder: Option<String>,
}

A variable set is a key-value pair of EMM-provided placeholders and its corresponding value, which is attributed to a user. For example, $FIRSTNAME could be a placeholder, and its value could be Alice. Placeholders should start with a '$' sign and should be alphanumeric only.

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

Fields

The value of the placeholder, specific to the user.

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

The placeholder string; defined by EMM.

Trait Implementations

impl Default for VariableSet
[src]

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

impl Clone for VariableSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VariableSet
[src]

Formats the value using the given formatter. Read more

impl Part for VariableSet
[src]

Auto Trait Implementations

impl Send for VariableSet

impl Sync for VariableSet