GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableSelectionChoiceRequest constructor

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableSelectionChoiceRequest({
  1. GoogleAppsDriveLabelsV2LifecycleDisabledPolicy? disabledPolicy,
  2. String? fieldId,
  3. String? id,
  4. String? updateMask,
})

Implementation

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableSelectionChoiceRequest({
  this.disabledPolicy,
  this.fieldId,
  this.id,
  this.updateMask,
});