dataType = $dataType; } /** * @return string */ public function getDataType() { return $this->dataType; } /** * @param int */ public function setPosition($position) { $this->position = $position; } /** * @return int */ public function getPosition() { return $this->position; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HttpOperationPathParam::class, 'Google_Service_APIManagement_HttpOperationPathParam');