GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateSelectionChoiceResponse constructor

GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateSelectionChoiceResponse({
  1. String? fieldId,
  2. String? id,
})

Implementation

GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateSelectionChoiceResponse({
  this.fieldId,
  this.id,
});