ModifyMessageRequest constructor

ModifyMessageRequest({
  1. List<ClassificationLabelValue>? addClassificationLabels,
  2. List<String>? addLabelIds,
  3. List<String>? removeClassificationLabelIds,
  4. List<String>? removeLabelIds,
})

Implementation

ModifyMessageRequest({
  this.addClassificationLabels,
  this.addLabelIds,
  this.removeClassificationLabelIds,
  this.removeLabelIds,
});