Files
Dokploy-ts-sdk/docs/models/operations/redisstartrequest.md
2025-09-26 02:33:10 +00:00

17 lines
445 B
Markdown

# RedisStartRequest
## Example Usage
```typescript
import { RedisStartRequest } from "dokploy/models/operations";
let value: RedisStartRequest = {
redisId: "<id>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `redisId` | *string* | :heavy_check_mark: | N/A |