GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldTypeRequest constructor
GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldTypeRequest({
- GoogleAppsDriveLabelsV2FieldDateOptions? dateOptions,
- String? id,
- GoogleAppsDriveLabelsV2FieldIntegerOptions? integerOptions,
- GoogleAppsDriveLabelsV2FieldSelectionOptions? selectionOptions,
- GoogleAppsDriveLabelsV2FieldTextOptions? textOptions,
- String? updateMask,
- GoogleAppsDriveLabelsV2FieldUserOptions? userOptions,
Implementation
GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldTypeRequest({
this.dateOptions,
this.id,
this.integerOptions,
this.selectionOptions,
this.textOptions,
this.updateMask,
this.userOptions,
});