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