BatchUpdateContactsRequest constructor

BatchUpdateContactsRequest({
  1. Map<String, Person>? contacts,
  2. String? readMask,
  3. List<String>? sources,
  4. String? updateMask,
})

Implementation

BatchUpdateContactsRequest({
  this.contacts,
  this.readMask,
  this.sources,
  this.updateMask,
});