GoogleAppsDriveLabelsV2LifecycleDisabledPolicy constructor

GoogleAppsDriveLabelsV2LifecycleDisabledPolicy({
  1. bool? hideInSearch,
  2. bool? showInApply,
})

Implementation

GoogleAppsDriveLabelsV2LifecycleDisabledPolicy({
  this.hideInSearch,
  this.showInApply,
});