1
0
mirror of https://github.com/playit-cloud/playit-api-java synced 2024-11-24 05:36:12 +00:00
playit-api-java/docs/TunnelOriginCreate.md
2024-02-08 12:15:33 -08:00

25 lines
416 B
Markdown

# TunnelOriginCreate
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**type** | [**TypeEnum**](#TypeEnum) | | |
|**data** | [**AssignedManagedCreate**](AssignedManagedCreate.md) | | |
## Enum: TypeEnum
| Name | Value |
|---- | -----|
| DEFAULT | "default" |
| AGENT | "agent" |
| MANAGED | "managed" |