ManagedConfigurationsSettings class
A managed configurations settings resource contains the set of managed properties that have been configured for an Android app to be applied to a set of users.
The app's developer would have defined configurable properties in the managed configurations schema.
Constructors
- ManagedConfigurationsSettings({String? lastUpdatedTimestampMillis, String? mcmId, String? name})
- ManagedConfigurationsSettings.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedTimestampMillis ↔ String?
-
The last updated time of the managed configuration settings in
milliseconds since 1970-01-01T00:00:00Z.
getter/setter pair
- mcmId ↔ String?
-
The ID of the managed configurations settings.
getter/setter pair
- name ↔ String?
-
The name of the managed configurations settings.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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