# PostApiV1DownloadclientActionNameRequest ## Example Usage ```typescript import { PostApiV1DownloadclientActionNameRequest } from "prowlarr/models/operations"; let value: PostApiV1DownloadclientActionNameRequest = { name: "", }; ``` ## Fields | Field | Type | Required | Description | | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | | `name` | *string* | :heavy_check_mark: | N/A | | `downloadClientResource` | [models.DownloadClientResource](../../models/downloadclientresource.md) | :heavy_minus_sign: | N/A |