GoogleCloudEssentialcontactsV1SendTestMessageRequest constructor

GoogleCloudEssentialcontactsV1SendTestMessageRequest({
  1. List<String>? contacts,
  2. String? notificationCategory,
})

Implementation

GoogleCloudEssentialcontactsV1SendTestMessageRequest({
  this.contacts,
  this.notificationCategory,
});