GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest constructor

GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest({
  1. String? name,
  2. bool? useAdminAccess,
})

Implementation

GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest({
  this.name,
  this.useAdminAccess,
});