DownloadFilesResponse Constructors
An object defining constructors for the DownloadFilesResponse class.
DownloadFilesResponse()
Initializes a new instance of the DownloadFilesResponse class.
DownloadFilesResponse(fileBytes)
Initializes a new instance of the DownloadFilesResponse class with the specified file binary data.
Parameters:
fileBytes (required): List<byte>
The list of binary data for the downloaded files.