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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2PurgeUserEventsRequest::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2PurgeUserEventsRequest');