GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest constructor

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest({
  1. String? fieldId,
  2. String? id,
  3. GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties? properties,
  4. String? updateMask,
})

Implementation

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest({
  this.fieldId,
  this.id,
  this.properties,
  this.updateMask,
});