UpdateAccountLabelsRequest constructor

UpdateAccountLabelsRequest({
  1. List<String>? labelIds,
  2. String? parent,
})

Implementation

UpdateAccountLabelsRequest({
  this.labelIds,
  this.parent,
});