GoogleChromePolicyVersionsV1ResolveRequest class
Request message for getting the resolved policy value for a specific target.
Constructors
- GoogleChromePolicyVersionsV1ResolveRequest({int? pageSize, String? pageToken, String? policySchemaFilter, GoogleChromePolicyVersionsV1PolicyTargetKey? policyTargetKey})
- GoogleChromePolicyVersionsV1ResolveRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pageSize ↔ int?
-
The maximum number of policies to return, defaults to 100 and has a
maximum of 1000.
getter/setter pair
- pageToken ↔ String?
-
The page token used to retrieve a specific page of the request.
getter/setter pair
- policySchemaFilter ↔ String?
-
The schema filter to apply to the resolve request.
getter/setter pair
- policyTargetKey ↔ GoogleChromePolicyVersionsV1PolicyTargetKey?
-
The key of the target resource on which the policies should be resolved.
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