DownloadRequest
This class represents an asynchronous download request for a catalog operation. It encapsulates the necessary information, including a unique key for the download and the target output writer where the downloaded content will be stored.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Key | [Key](key.md?sid=flyteplugins_go_tasks_pluginmachinery_catalog_key) | This attribute stores a Key object, which uniquely identifies the download request. |
| Target | io.OutputWriter | This attribute stores an io.OutputWriter object, which is used to write the downloaded content. |