metadataType = $metadataType; } /** * @return string */ public function getMetadataType() { return $this->metadataType; } /** * @param string */ public function setResponseType($responseType) { $this->responseType = $responseType; } /** * @return string */ public function getResponseType() { return $this->responseType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OperationInfo::class, 'Google_Service_ServiceManagement_OperationInfo');