ModifyLabelsRequest constructor

ModifyLabelsRequest({
  1. String? kind,
  2. List<LabelModification>? labelModifications,
})

Implementation

ModifyLabelsRequest({
  this.kind,
  this.labelModifications,
});