UpdateLabelsPayload constructor

UpdateLabelsPayload({
  1. Map<String, String>? addOrUpdateLabels,
  2. List<String>? removeLabels,
})

Implementation

UpdateLabelsPayload({
  this.addOrUpdateLabels,
  this.removeLabels,
});