GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest constructor

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest({
  1. GoogleAppsDriveLabelsV2FieldSelectionOptionsChoice? choice,
  2. String? fieldId,
})

Implementation

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest({
  this.choice,
  this.fieldId,
});