Skip to main content

DownloadFilesRequest Constructors

An object defining constructors for the DownloadFilesRequest class.

DownloadFilesRequest()

Initializes a new instance of the DownloadFilesRequest class.


DownloadFilesRequest(downloadUrls)

Initializes a new instance of the DownloadFilesRequest class with the specified download URLs.

Parameters:

downloadUrls (required): List<string>
The list of URLs for the files to be downloaded.