BatchDeleteRowAccessPoliciesRequest constructor

BatchDeleteRowAccessPoliciesRequest({
  1. bool? force,
  2. List<String>? policyIds,
})

Implementation

BatchDeleteRowAccessPoliciesRequest({
  this.force,
  this.policyIds,
});