devtoolsFrameId = $devtoolsFrameId; } /** * @return string */ public function getDevtoolsFrameId() { return $this->devtoolsFrameId; } /** * @param string */ public function setTargetType($targetType) { $this->targetType = $targetType; } /** * @return string */ public function getTargetType() { return $this->targetType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HtmlrenderWebkitHeadlessProtoWebKitFetchMetadata::class, 'Google_Service_Contentwarehouse_HtmlrenderWebkitHeadlessProtoWebKitFetchMetadata');