GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest constructor

GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest({
  1. String? policyNamespace,
  2. String? policySchema,
  3. GoogleChromePolicyVersionsV1PolicyTargetKey? policyTargetKey,
})

Implementation

GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest({
  this.policyNamespace,
  this.policySchema,
  this.policyTargetKey,
});