mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-10 04:19:48 +00:00
initial commit
This commit is contained in:
15
docs/models/operations/sshkeygeneraterequest.md
Normal file
15
docs/models/operations/sshkeygeneraterequest.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# SshKeyGenerateRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { SshKeyGenerateRequest } from "dokploy/models/operations";
|
||||
|
||||
let value: SshKeyGenerateRequest = {};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
|
||||
| `type` | [operations.SshKeyGenerateType](../../models/operations/sshkeygeneratetype.md) | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user