assetIds = $assetIds; } /** * @return string[] */ public function getAssetIds() { return $this->assetIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssetList::class, 'Google_Service_MigrationCenterAPI_AssetList');