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

28 lines
1.1 KiB
Markdown

# DestinationTestConnectionRequest
## Example Usage
```typescript
import { DestinationTestConnectionRequest } from "dokploy/models/operations";
let value: DestinationTestConnectionRequest = {
name: "<value>",
accessKey: "<value>",
bucket: "<value>",
region: "<value>",
endpoint: "<value>",
secretAccessKey: "<value>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `name` | *string* | :heavy_check_mark: | N/A |
| `accessKey` | *string* | :heavy_check_mark: | N/A |
| `bucket` | *string* | :heavy_check_mark: | N/A |
| `region` | *string* | :heavy_check_mark: | N/A |
| `endpoint` | *string* | :heavy_check_mark: | N/A |
| `secretAccessKey` | *string* | :heavy_check_mark: | N/A |
| `serverId` | *string* | :heavy_minus_sign: | N/A |