BatchDeletePermissionsRequest constructor

BatchDeletePermissionsRequest({
  1. List<String>? names,
})

Implementation

BatchDeletePermissionsRequest({
  this.names,
});