GoogleChromePolicyVersionsV1DeleteGroupPolicyRequest constructor

GoogleChromePolicyVersionsV1DeleteGroupPolicyRequest({
  1. String? policySchema,
  2. GoogleChromePolicyVersionsV1PolicyTargetKey? policyTargetKey,
})

Implementation

GoogleChromePolicyVersionsV1DeleteGroupPolicyRequest({
  this.policySchema,
  this.policyTargetKey,
});