offset = $offset; } /** * @return string */ public function getOffset() { return $this->offset; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Cursor::class, 'Google_Service_PubsubLite_Cursor');