assets = $assets; } /** * @return Asset[] */ public function getAssets() { return $this->assets; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BatchUpdateAssetsResponse::class, 'Google_Service_MigrationCenterAPI_BatchUpdateAssetsResponse');