BatchCreateContactsRequest constructor

BatchCreateContactsRequest({
  1. List<ContactToCreate>? contacts,
  2. String? readMask,
  3. List<String>? sources,
})

Implementation

BatchCreateContactsRequest({
  this.contacts,
  this.readMask,
  this.sources,
});