DownloadRequest
This class represents an asynchronous download request for catalog operations. It encapsulates the necessary information to identify the item to be downloaded and the destination for the downloaded content.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Key | [Key](key.md?sid=flyteplugins_go_tasks_pluginmachinery_catalog_key) | This attribute stores the Key for the download request. |
| Target | io.OutputWriter | This attribute stores the io.OutputWriter which is the target for the download request. |