filter = $filter; } /** * @return string */ public function getFilter() { return $this->filter; } /** * @param bool */ public function setForce($force) { $this->force = $force; } /** * @return bool */ public function getForce() { return $this->force; } /** * @param int */ public function setMaxDeleteCount($maxDeleteCount) { $this->maxDeleteCount = $maxDeleteCount; } /** * @return int */ public function getMaxDeleteCount() { return $this->maxDeleteCount; } /** * @param string */ public function setParent($parent) { $this->parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest');