mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
# DestinationCreateRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { DestinationCreateRequest } from "dokploy/models/operations";
|
|
|
|
let value: DestinationCreateRequest = {
|
|
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 | |