GoogleChromePolicyVersionsV1UpdateGroupPriorityOrderingRequest constructor

GoogleChromePolicyVersionsV1UpdateGroupPriorityOrderingRequest({
  1. List<String>? groupIds,
  2. String? policyNamespace,
  3. String? policySchema,
  4. GoogleChromePolicyVersionsV1PolicyTargetKey? policyTargetKey,
})

Implementation

GoogleChromePolicyVersionsV1UpdateGroupPriorityOrderingRequest({
  this.groupIds,
  this.policyNamespace,
  this.policySchema,
  this.policyTargetKey,
});