isTombstone = $isTombstone; } /** * @return bool */ public function getIsTombstone() { return $this->isTombstone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MessageAttributes::class, 'Google_Service_CloudSearch_MessageAttributes');