GoogleChromePolicyVersionsV1ResolvedPolicy class
The resolved value of a policy for a given target.
Constructors
- GoogleChromePolicyVersionsV1ResolvedPolicy({GoogleChromePolicyVersionsV1PolicyTargetKey? addedSourceKey, GoogleChromePolicyVersionsV1PolicyTargetKey? sourceKey, GoogleChromePolicyVersionsV1PolicyTargetKey? targetKey, GoogleChromePolicyVersionsV1PolicyValue? value})
- GoogleChromePolicyVersionsV1ResolvedPolicy.fromJson(Map json_)
Properties
- addedSourceKey ↔ GoogleChromePolicyVersionsV1PolicyTargetKey?
-
The added source key establishes at which level an entity was explicitly
added for management.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceKey ↔ GoogleChromePolicyVersionsV1PolicyTargetKey?
-
The source resource from which this policy value is obtained.
getter/setter pair
- targetKey ↔ GoogleChromePolicyVersionsV1PolicyTargetKey?
-
The target resource for which the resolved policy value applies.
getter/setter pair
- value ↔ GoogleChromePolicyVersionsV1PolicyValue?
-
The resolved value of the policy.
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