index = $index; } /** * @return int */ public function getIndex() { return $this->index; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Location::class, 'Google_Service_Forms_Location');