GoogleAppsDriveLabelsV2DisableLabelRequest constructor

GoogleAppsDriveLabelsV2DisableLabelRequest({
  1. GoogleAppsDriveLabelsV2LifecycleDisabledPolicy? disabledPolicy,
  2. String? languageCode,
  3. String? updateMask,
  4. bool? useAdminAccess,
  5. GoogleAppsDriveLabelsV2WriteControl? writeControl,
})

Implementation

GoogleAppsDriveLabelsV2DisableLabelRequest({
  this.disabledPolicy,
  this.languageCode,
  this.updateMask,
  this.useAdminAccess,
  this.writeControl,
});