GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest constructor

GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest({
  1. String? filter,
  2. bool? force,
  3. int? maxDeleteCount,
  4. String? parent,
})

Implementation

GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest({
  this.filter,
  this.force,
  this.maxDeleteCount,
  this.parent,
});