ConfigurationVariables class
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.
Constructors
-
ConfigurationVariables({String? mcmId, List<
VariableSet> ? variableSet}) - ConfigurationVariables.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mcmId ↔ String?
-
The ID of the managed configurations settings.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
variableSet
↔ List<
VariableSet> ? -
The variable set that is attributed to the user.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited