GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest constructor

GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest({
  1. List<GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest>? requests,
  2. bool? useAdminAccess,
})

Implementation

GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest({
  this.requests,
  this.useAdminAccess,
});