GoogleChromePolicyVersionsV1ListGroupPriorityOrderingResponse constructor

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

Implementation

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