GoogleChromePolicyVersionsV1ModifyGroupPolicyRequest constructor

GoogleChromePolicyVersionsV1ModifyGroupPolicyRequest({
  1. GoogleChromePolicyVersionsV1PolicyTargetKey? policyTargetKey,
  2. GoogleChromePolicyVersionsV1PolicyValue? policyValue,
  3. String? updateMask,
})

Implementation

GoogleChromePolicyVersionsV1ModifyGroupPolicyRequest({
  this.policyTargetKey,
  this.policyValue,
  this.updateMask,
});