deletionReason = $deletionReason; } /** * @return string */ public function getDeletionReason() { return $this->deletionReason; } /** * @param string */ public function setHideReason($hideReason) { $this->hideReason = $hideReason; } /** * @return string */ public function getHideReason() { return $this->hideReason; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImageRepositoryUnwantedContent::class, 'Google_Service_Contentwarehouse_ImageRepositoryUnwantedContent');