GoogleChromePolicyVersionsV1PolicyTargetKey class
The key used to identify the target on which the policy will be applied.
Constructors
-
GoogleChromePolicyVersionsV1PolicyTargetKey({Map<
String, String> ? additionalTargetKeys, String? targetResource}) - GoogleChromePolicyVersionsV1PolicyTargetKey.fromJson(Map json_)
Properties
-
additionalTargetKeys
↔ Map<
String, String> ? -
Map containing the additional target key name and value pairs used to
further identify the target of the policy.
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
- targetResource ↔ String?
-
The target resource on which this policy is applied.
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