mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
19 lines
729 B
Markdown
19 lines
729 B
Markdown
# DockerGetContainersByAppNameMatchRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { DockerGetContainersByAppNameMatchRequest } from "dokploy/models/operations";
|
|
|
|
let value: DockerGetContainersByAppNameMatchRequest = {
|
|
appName: "<value>",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| -------------------- | -------------------- | -------------------- | -------------------- |
|
|
| `appType` | *operations.AppType* | :heavy_minus_sign: | N/A |
|
|
| `appName` | *string* | :heavy_check_mark: | N/A |
|
|
| `serverId` | *string* | :heavy_minus_sign: | N/A | |