GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldTypeRequest constructor

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldTypeRequest({
  1. GoogleAppsDriveLabelsV2FieldDateOptions? dateOptions,
  2. String? id,
  3. GoogleAppsDriveLabelsV2FieldIntegerOptions? integerOptions,
  4. GoogleAppsDriveLabelsV2FieldSelectionOptions? selectionOptions,
  5. GoogleAppsDriveLabelsV2FieldTextOptions? textOptions,
  6. String? updateMask,
  7. GoogleAppsDriveLabelsV2FieldUserOptions? userOptions,
})

Implementation

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldTypeRequest({
  this.dateOptions,
  this.id,
  this.integerOptions,
  this.selectionOptions,
  this.textOptions,
  this.updateMask,
  this.userOptions,
});