asset = $asset; } /** * @return string */ public function getAsset() { return $this->asset; } /** * @param string */ public function setAssetType($assetType) { $this->assetType = $assetType; } /** * @return string */ public function getAssetType() { return $this->assetType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssetDetails::class, 'Google_Service_SecurityPosture_AssetDetails');