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