GetDownloadUrlsResponse
Represents a response containing download URLs and related information for multiple files in the document management system.
This class encapsulates a collection of download information items, where each item contains the download URL, MIME type, and path for a specific file. It inherits from BaseResponse to provide common response functionality.
Properties
| Name | Description |
|---|---|
| Responses | Gets the collection of download URL items for multiple files. |
Constructors
| Name | Description |
|---|---|
| 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. |