GetDownloadUrlsResponse Constructors
An object defining constructors for the GetDownloadUrlsResponse class.
GetDownloadUrlsResponse()
Initializes a new instance of the GetDownloadUrlsResponse
class.
GetDownloadUrlsResponse(responses)
Initializes a new instance of the GetDownloadUrlsResponse
class with the specified collection of download URL items.
Parameters:
responses (required): IEnumerable<GetDownloadUrlItem>
The collection of download URL items containing information for multiple files.
This constructor initializes a new response object by setting the provided collection of download URL items. It calls the base constructor from BaseResponse to initialize common response functionality.