# DestinationCreateRequest ## Example Usage ```typescript import { DestinationCreateRequest } from "dokploy/models/operations"; let value: DestinationCreateRequest = { name: "", accessKey: "", bucket: "", region: "", endpoint: "", secretAccessKey: "", }; ``` ## 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 |